| Commit message (Expand) | Author | Age | Files | Lines |
| * | Attached is a fairly sizeable update to contrib/dblink. I'd love to get | Bruce Momjian | 2002-09-02 | 5 | -709/+957 |
| * | I checked all the previous string handling errors and most of them were | Bruce Momjian | 2002-09-02 | 16 | -105/+107 |
| * | I guess the intention was to test incomplete SELECT statements, not | Bruce Momjian | 2002-09-02 | 2 | -5/+16 |
| * | Okay, attached is a patch that moves the alter table regression test | Bruce Momjian | 2002-09-02 | 2 | -4/+4 |
| * | Here's a doc patch for the new string functions recently committed -- | Bruce Momjian | 2002-09-02 | 1 | -29/+64 |
| * | Move pg_settings doc into the right section. | Bruce Momjian | 2002-09-02 | 2 | -63/+56 |
| * | Here is a documentation patch for the pg_settings virtual table. If | Bruce Momjian | 2002-09-02 | 1 | -1/+62 |
| * | Attached is an update to contrib/tablefunc. It introduces a new | Bruce Momjian | 2002-09-02 | 5 | -12/+602 |
| * | Add GUC variable to print original query to the server logs when there | Bruce Momjian | 2002-09-02 | 7 | -96/+139 |
| * | Remove documentation that says debug_query_string is only used by | Bruce Momjian | 2002-09-02 | 1 | -8/+8 |
| * | Fix ordering regression problem on freebsd/alpha by adding ORDER BY. | Bruce Momjian | 2002-09-02 | 2 | -2/+2 |
| * | Removed because we don't use cs() anymore on AIX: | Bruce Momjian | 2002-09-02 | 1 | -2/+1 |
| * | I tried to build PostgreSQL with the following step to see backends hung | Bruce Momjian | 2002-09-02 | 1 | -2/+3 |
| * | JDBC checkin fixing the following bugs: | Barry Lind | 2002-09-02 | 10 | -40/+243 |
| * | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 | 64 | -135/+73 |
| * | CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE. | Tom Lane | 2002-09-02 | 12 | -70/+290 |
| * | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 | 49 | -554/+506 |
| * | patch from Thomas O'Dowd to ensure that connections are closed | Dave Cramer | 2002-09-01 | 1 | -2/+5 |
| * | testing for insertRow | Dave Cramer | 2002-09-01 | 1 | -70/+71 |
| * | Update MEMSET_LOOP_LIMIT to 1024 because it is the best value for most | Bruce Momjian | 2002-09-01 | 1 | -2/+2 |
| * | patch to allow insertRow on an empty resultSet | Dave Cramer | 2002-09-01 | 1 | -10/+20 |
| * | Changed to reflect the current reality, ie we do support updateable resultsets | Dave Cramer | 2002-09-01 | 1 | -5/+6 |
| * | Improve footer length computation for psql. | Bruce Momjian | 2002-09-01 | 1 | -3/+4 |
| * | Add log_duration to GUC/postgresql.conf. | Bruce Momjian | 2002-09-01 | 7 | -32/+82 |
| * | Add: | Bruce Momjian | 2002-09-01 | 1 | -1/+2 |
| * | plpgsql functions can return RECORD, per Neil Conway. | Tom Lane | 2002-09-01 | 7 | -17/+123 |
| * | Minor copy-editing. | Tom Lane | 2002-09-01 | 1 | -8/+9 |
| * | Code cleanups: make non-implicit WITHOUT FUNCTION casts work, avoid | Tom Lane | 2002-09-01 | 1 | -299/+266 |
| * | Remove mention of wal_files in a SHOW example. | Bruce Momjian | 2002-09-01 | 1 | -2/+1 |
| * | Remove code that suggested increasing wal_files. | Bruce Momjian | 2002-09-01 | 1 | -5/+1 |
| * | Done: | Bruce Momjian | 2002-09-01 | 1 | -2/+2 |
| * | Mark the float8 -> int8 cast as implicit. This resolves the problem | Tom Lane | 2002-09-01 | 4 | -24/+22 |
| * | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane | 2002-08-31 | 19 | -175/+334 |
| * | Wups, didn't mean to commit that just yet. | Tom Lane | 2002-08-31 | 1 | -45/+46 |
| * | The UNDEFOID later causes an assertion failure in heap_formtuple when | Tom Lane | 2002-08-31 | 2 | -47/+47 |
| * | Code review for pg_locks feature. Make shmemoffset of PROCLOCK structs | Tom Lane | 2002-08-31 | 7 | -163/+212 |
| * | *** empty log message *** | Bruce Momjian | 2002-08-31 | 1 | -1/+1 |
| * | Add expected tuple descriptor to ReturnSetInfo information for table | Tom Lane | 2002-08-30 | 6 | -74/+113 |
| * | Updates to reflect availability of autocommit option. | Tom Lane | 2002-08-30 | 2 | -25/+45 |
| * | AUTOCOMMIT mode is now an available backend GUC variable; setting it | Tom Lane | 2002-08-30 | 15 | -53/+126 |
| * | Fix for breakage of C-coded SRFs, from Joe Conway. | Tom Lane | 2002-08-30 | 4 | -5/+31 |
| * | Add attisinherited column to pg_attribute; use it to guard against | Tom Lane | 2002-08-30 | 18 | -330/+492 |
| * | Back out unintented tab change. | Bruce Momjian | 2002-08-30 | 1 | -4/+3 |
| * | Remove pgaccess from Makefile. | Bruce Momjian | 2002-08-30 | 2 | -7/+5 |
| * | Run autoconf. | Bruce Momjian | 2002-08-30 | 1 | -1/+1 |
| * | Update documentation for --with-perl. | Bruce Momjian | 2002-08-30 | 2 | -15/+9 |
| * | Improve wording after wal_files removal. | Bruce Momjian | 2002-08-30 | 1 | -5/+5 |
| * | Complete TODO item: | Bruce Momjian | 2002-08-30 | 5 | -56/+18 |
| * | Remove pgaccess from CVS. It has its own home now. | Bruce Momjian | 2002-08-30 | 193 | -23377/+0 |
| * | Re-enable perl configure tests for psql help file generation. | Bruce Momjian | 2002-08-30 | 2 | -1/+142 |