Commit Graph

20516 Commits (fbcbc5d06f53aea412130deb52e216aa3883fb8d)
 

Author SHA1 Message Date
Tom Lane fbcbc5d06f Force a checkpoint before committing a CREATE DATABASE command. This 20 years ago
Tom Lane 3acca18d28 Fix ancient memory leak in index_create(): RelationInitIndexAccessInfo 20 years ago
Bruce Momjian 252600fade Add: 20 years ago
Bruce Momjian 557a978b87 Update: 20 years ago
Bruce Momjian d08149d783 Update: 20 years ago
Bruce Momjian 886c8a54ae Add: 20 years ago
Bruce Momjian 669111800f Add item: 20 years ago
Bruce Momjian f3dbacab0c Add desciption for terminate: 20 years ago
Tom Lane b90f8f20f0 Extend r-tree operator classes to handle Y-direction tests equivalent 20 years ago
Tatsuo Ishii 39f3c5d385 unbreak unicode/utf8 test 20 years ago
Tom Lane db53fa6dc7 Remove overspecification of precision of CURRENT_TIMESTAMP, LOCALTIMESTAMP, 20 years ago
Tatsuo Ishii e2d088de03 Allow direct conversion between EUC_JP and SJIS to improve 20 years ago
Bruce Momjian 1fa87fa780 Remove TODO.detail rtree now that item is fixed. 20 years ago
Bruce Momjian 693658a540 Done: 20 years ago
Bruce Momjian 2f6be2ed6e Completed: 20 years ago
Bruce Momjian ebb399570d Add: 20 years ago
Neil Conway 76aa6d29cf Code cleanup: remove 3 duplicate static function declarations. 20 years ago
Neil Conway f2b6edeab8 This trivial patch removes an unused variable. From Alvaro Herrera. 20 years ago
Tom Lane 9a09248edd Fix rtree and contrib/rtree_gist search behavior for the 1-D box and 20 years ago
Bruce Momjian dea41174b2 Update text of terminate: 20 years ago
Tom Lane 2f5c47e882 Move findoidjoins out of contrib and into src/tools, which is a more 20 years ago
Tom Lane 5b0c9d3603 Cleanup the contrib/lo module: there is no need anymore to implement 20 years ago
Tom Lane d20763dbee Remove contrib modules that have been agreed to be obsolete. 20 years ago
Tom Lane 4cc7a93d22 Make REINDEX DATABASE do what one would expect, namely reindex all indexes 20 years ago
Tom Lane e98edb5555 Fix the mechanism for reporting the original table OID and column number 20 years ago
Tom Lane 84d73a6dbc Add a validator function for plperl. Andrew Dunstan 20 years ago
Tom Lane 676bb1ab06 Add a hack requested by the JDBC driver writers: when a function's 20 years ago
Neil Conway 738df437b2 Fix bug in CONTINUE statement for PL/pgSQL: when we continue a loop, 20 years ago
Neil Conway 05db8b501b Correct some code in pg_restore when reading the header of a tar archive: 20 years ago
Neil Conway 06ecacded6 More trivial dead code removal: in int_to_roman(), checking for "num == -1" 20 years ago
Neil Conway ebcb4c931d Add a CONTINUE statement to PL/PgSQL, which can be used to begin the 20 years ago
Tom Lane 7a28de2052 pg_dump can now dump large objects even in plain-text output mode, by 20 years ago
Tom Lane b49d871f6a Fix pg_dumpall to do the right thing with "postgres" database, per 20 years ago
Tom Lane 6f7fc0bade Cause initdb to create a third standard database "postgres", which 20 years ago
Neil Conway ec3a1af0a8 Fix a potential backend crash during authentication when parsing a 20 years ago
Neil Conway 09d1110c2a Trivial dead code removal: in CreateSchemaCommand(), 'owner_name' is 20 years ago
Neil Conway 2d4b9736bb Trivial dead code removal: in _complete_from_query(), 'text' cannot be 20 years ago
Neil Conway 141e878bc3 Trivial dead code removal: in makeObjectName(), name1 must be non-NULL 20 years ago
Tom Lane 638feae2c9 exec_eval_datum leaks memory when dealing with ROW or REC values. 20 years ago
Tom Lane 59ee9448a8 Remove read_file/write_file tests. These were originally intended to 20 years ago
Tom Lane 9d7c005243 plpgsql's exec_assign_value() freed the old value of a variable before 20 years ago
Tom Lane b95ae32b41 Avoid WAL-logging individual tuple insertions during CREATE TABLE AS 20 years ago
Teodor Sigaev 1bfdd1a893 fix founded hole in recovery after crash, add vacuum_delay_point() 20 years ago
Tom Lane 3f6a094be1 Remove statement that GiST indexes aren't WAL-logged. 20 years ago
Tom Lane f0e7f9e30b Update text that stated GiST indexes aren't WAL-logged. 20 years ago
Teodor Sigaev d544ec8bbd 1. full functional WAL for GiST 20 years ago
Neil Conway 0b62bbe086 Cosmetic improvements to the timezone code: remove the use of the 20 years ago
Tom Lane ec490f5159 Change shell syntax that seems not to work right on FreeBSD 6-CURRENT 20 years ago
Tom Lane d38d06374d Add lock file contents printout to "can't happen" case to help 20 years ago
Neil Conway 9de97c5531 Trivial code clarity improvement to UpdateStats(); no functional change. 20 years ago