Commit Graph

20575 Commits (9caeace71cb7ef0de020ccb9af7cc4aa39a0610c)
 

Author SHA1 Message Date
Tom Lane b95ae32b41 Avoid WAL-logging individual tuple insertions during CREATE TABLE AS 21 years ago
Teodor Sigaev 1bfdd1a893 fix founded hole in recovery after crash, add vacuum_delay_point() 21 years ago
Tom Lane 3f6a094be1 Remove statement that GiST indexes aren't WAL-logged. 21 years ago
Tom Lane f0e7f9e30b Update text that stated GiST indexes aren't WAL-logged. 21 years ago
Teodor Sigaev d544ec8bbd 1. full functional WAL for GiST 21 years ago
Neil Conway 0b62bbe086 Cosmetic improvements to the timezone code: remove the use of the 21 years ago
Tom Lane ec490f5159 Change shell syntax that seems not to work right on FreeBSD 6-CURRENT 21 years ago
Tom Lane d38d06374d Add lock file contents printout to "can't happen" case to help 21 years ago
Neil Conway 9de97c5531 Trivial code clarity improvement to UpdateStats(); no functional change. 21 years ago
Tom Lane 368739dca8 Fix bogus assumption that sizeof() produces an int-sized result. 21 years ago
Neil Conway 577247b023 Minor documentation update for RAISE expression patch. 21 years ago
Tom Lane d961a56899 Avoid unnecessary palloc overhead in _bt_first(). The temporary 21 years ago
Tom Lane fc654583ab Need #include <time.h> on some platforms. 21 years ago
Tom Lane 3f749924f8 Simplify uses of readdir() by creating a function ReadDir() that 21 years ago
Tom Lane e26b0abda3 Arrange to fsync two-phase-commit state files only during checkpoints; 21 years ago
Bruce Momjian ba90268e2b Add comment about \# in bcc makefiles. 21 years ago
Bruce Momjian 624789d191 Cleanup for Win32 compile. 21 years ago
Bruce Momjian a11333fab7 Fix typo in comment. 21 years ago
Tom Lane 6a6f2d91d4 When using C-string lookup keys in a dynahash.c hash table, use strncpy() 21 years ago
Tom Lane a8d1075f27 Add a time-of-preparation column to the pg_prepared_xacts view, per an 21 years ago
Tom Lane 66b098492e Dept. of second thoughts: regular COMMIT deletes deletable files before 21 years ago
Bruce Momjian 25f8916137 Remove 2phase commit TODO.detail. 21 years ago
Bruce Momjian 5117da7b37 Remove TODO.detail. 21 years ago
Bruce Momjian 5f98a6f7a3 Done: 21 years ago
Tom Lane d0a89683a3 Two-phase commit. Original patch by Heikki Linnakangas, with additional 21 years ago
Bruce Momjian 5495575903 Re-order item. 21 years ago
Bruce Momjian 524ec00d3e Move item: 21 years ago
Bruce Momjian 30b0f49ce6 Update NetBSD 'options' description. 21 years ago
Bruce Momjian 1414707e03 Improve wording of read-only GUC variables; shows -> reports. 21 years ago
Bruce Momjian 1b618e50a6 Add: 21 years ago
Bruce Momjian a6c7e843da Update GUC description for kerberos usernames. 21 years ago
Bruce Momjian 26cbccd52c Add fsync() define for Win32 to cover cases other than wal_sync_method 21 years ago
Bruce Momjian e046b3ddd7 Add \x hex support to ecpg strings. This just passes them to the backend. 21 years ago
Bruce Momjian d1944de61b Move SYMMETRIC/ASYMMETRIC to reserved words to avoid shift/reduce conflicts. 21 years ago
Bruce Momjian 07b80eb301 Improve comment wording. 21 years ago
Tom Lane e5a11a8879 Improve hash method for bitmapsets: some examination of actual outputs 21 years ago
Bruce Momjian 1f01d59e06 Fix display of database name during autovacuum. 21 years ago
Bruce Momjian 2becf48483 Update catalog version for recent function additions. 21 years ago
Neil Conway c119c5bd49 Change the implementation of hash join to attempt to avoid unnecessary 21 years ago
Neil Conway 4aaff55359 Minor SGML markup cleanup. 21 years ago
Bruce Momjian f4d907ca85 Remove old *.backup files when we do pg_stop_backup(). This 21 years ago
Bruce Momjian 713507b02d Mention we now support BETWEEN SYMMETRIC. 21 years ago
Bruce Momjian d092524418 > Here's a patch I added against plperl, originally against beta5, now 21 years ago
Bruce Momjian 0851a6fbc7 This patch makes it possible to use the full set of timezones when doing 21 years ago
Bruce Momjian 5955945828 Support 3 and 4-byte unicode characters. 21 years ago
Bruce Momjian f4c4f1ce52 >> Do you agree that using a hashtable for it in general is a good idea 21 years ago
Bruce Momjian b4132fd0ac Now \d show tablespace of indices per discussion. 21 years ago
Bruce Momjian 8b84aebddf Add BETWEEN SYMMETRIC. 21 years ago
Bruce Momjian 495f9aa098 reorder: 21 years ago
Bruce Momjian 853e8b1426 Done: 21 years ago