aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Trivial dead code removal: in CreateSchemaCommand(), 'owner_name' isNeil Conway2005-06-21
* Trivial dead code removal: in _complete_from_query(), 'text' cannot beNeil Conway2005-06-21
* Trivial dead code removal: in makeObjectName(), name1 must be non-NULLNeil Conway2005-06-21
* exec_eval_datum leaks memory when dealing with ROW or REC values.Tom Lane2005-06-20
* Remove read_file/write_file tests. These were originally intended toTom Lane2005-06-20
* plpgsql's exec_assign_value() freed the old value of a variable beforeTom Lane2005-06-20
* Avoid WAL-logging individual tuple insertions during CREATE TABLE ASTom Lane2005-06-20
* fix founded hole in recovery after crash, add vacuum_delay_point()Teodor Sigaev2005-06-20
* Remove statement that GiST indexes aren't WAL-logged.Tom Lane2005-06-20
* Update text that stated GiST indexes aren't WAL-logged.Tom Lane2005-06-20
* 1. full functional WAL for GiSTTeodor Sigaev2005-06-20
* Cosmetic improvements to the timezone code: remove the use of theNeil Conway2005-06-20
* Change shell syntax that seems not to work right on FreeBSD 6-CURRENTTom Lane2005-06-20
* Add lock file contents printout to "can't happen" case to helpTom Lane2005-06-20
* Trivial code clarity improvement to UpdateStats(); no functional change.Neil Conway2005-06-20
* Fix bogus assumption that sizeof() produces an int-sized result.Tom Lane2005-06-20
* Minor documentation update for RAISE expression patch.Neil Conway2005-06-19
* Avoid unnecessary palloc overhead in _bt_first(). The temporaryTom Lane2005-06-19
* Need #include <time.h> on some platforms.Tom Lane2005-06-19
* Simplify uses of readdir() by creating a function ReadDir() thatTom Lane2005-06-19
* Arrange to fsync two-phase-commit state files only during checkpoints;Tom Lane2005-06-19
* Add comment about \# in bcc makefiles.Bruce Momjian2005-06-19
* Cleanup for Win32 compile.Bruce Momjian2005-06-19
* Fix typo in comment.Bruce Momjian2005-06-19
* When using C-string lookup keys in a dynahash.c hash table, use strncpy()Tom Lane2005-06-18
* Add a time-of-preparation column to the pg_prepared_xacts view, per anTom Lane2005-06-18
* Dept. of second thoughts: regular COMMIT deletes deletable files beforeTom Lane2005-06-18
* Remove 2phase commit TODO.detail.Bruce Momjian2005-06-18
* Remove TODO.detail.Bruce Momjian2005-06-18
* Done:Bruce Momjian2005-06-18
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-17
* Re-order item.Bruce Momjian2005-06-17
* Move item:Bruce Momjian2005-06-17
* Update NetBSD 'options' description.Bruce Momjian2005-06-17
* Improve wording of read-only GUC variables; shows -> reports.Bruce Momjian2005-06-17
* Add:Bruce Momjian2005-06-17
* Update GUC description for kerberos usernames.Bruce Momjian2005-06-16
* Add fsync() define for Win32 to cover cases other than wal_sync_methodBruce Momjian2005-06-16
* Add \x hex support to ecpg strings. This just passes them to the backend.Bruce Momjian2005-06-16
* Move SYMMETRIC/ASYMMETRIC to reserved words to avoid shift/reduce conflicts.Bruce Momjian2005-06-15
* Improve comment wording.Bruce Momjian2005-06-15
* Improve hash method for bitmapsets: some examination of actual outputsTom Lane2005-06-15
* Fix display of database name during autovacuum.Bruce Momjian2005-06-15
* Update catalog version for recent function additions.Bruce Momjian2005-06-15
* Change the implementation of hash join to attempt to avoid unnecessaryNeil Conway2005-06-15
* Minor SGML markup cleanup.Neil Conway2005-06-15
* Remove old *.backup files when we do pg_stop_backup(). ThisBruce Momjian2005-06-15
* Mention we now support BETWEEN SYMMETRIC.Bruce Momjian2005-06-15
* > Here's a patch I added against plperl, originally against beta5, nowBruce Momjian2005-06-15
* This patch makes it possible to use the full set of timezones when doingBruce Momjian2005-06-15