Commit Graph

20497 Commits (dea41174b205ee592d46c074518b38d97b8b90c2)
 

Author SHA1 Message Date
Bruce Momjian dea41174b2 Update text of terminate: 21 years ago
Tom Lane 2f5c47e882 Move findoidjoins out of contrib and into src/tools, which is a more 21 years ago
Tom Lane 5b0c9d3603 Cleanup the contrib/lo module: there is no need anymore to implement 21 years ago
Tom Lane d20763dbee Remove contrib modules that have been agreed to be obsolete. 21 years ago
Tom Lane 4cc7a93d22 Make REINDEX DATABASE do what one would expect, namely reindex all indexes 21 years ago
Tom Lane e98edb5555 Fix the mechanism for reporting the original table OID and column number 21 years ago
Tom Lane 84d73a6dbc Add a validator function for plperl. Andrew Dunstan 21 years ago
Tom Lane 676bb1ab06 Add a hack requested by the JDBC driver writers: when a function's 21 years ago
Neil Conway 738df437b2 Fix bug in CONTINUE statement for PL/pgSQL: when we continue a loop, 21 years ago
Neil Conway 05db8b501b Correct some code in pg_restore when reading the header of a tar archive: 21 years ago
Neil Conway 06ecacded6 More trivial dead code removal: in int_to_roman(), checking for "num == -1" 21 years ago
Neil Conway ebcb4c931d Add a CONTINUE statement to PL/PgSQL, which can be used to begin the 21 years ago
Tom Lane 7a28de2052 pg_dump can now dump large objects even in plain-text output mode, by 21 years ago
Tom Lane b49d871f6a Fix pg_dumpall to do the right thing with "postgres" database, per 21 years ago
Tom Lane 6f7fc0bade Cause initdb to create a third standard database "postgres", which 21 years ago
Neil Conway ec3a1af0a8 Fix a potential backend crash during authentication when parsing a 21 years ago
Neil Conway 09d1110c2a Trivial dead code removal: in CreateSchemaCommand(), 'owner_name' is 21 years ago
Neil Conway 2d4b9736bb Trivial dead code removal: in _complete_from_query(), 'text' cannot be 21 years ago
Neil Conway 141e878bc3 Trivial dead code removal: in makeObjectName(), name1 must be non-NULL 21 years ago
Tom Lane 638feae2c9 exec_eval_datum leaks memory when dealing with ROW or REC values. 21 years ago
Tom Lane 59ee9448a8 Remove read_file/write_file tests. These were originally intended to 21 years ago
Tom Lane 9d7c005243 plpgsql's exec_assign_value() freed the old value of a variable before 21 years ago
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