Commit Graph

20533 Commits (365205dd2a5263e9c78bb55b0ff58b55f8649f98)
 

Author SHA1 Message Date
Tom Lane 365205dd2a Fix broken initdb -W option, per Michael Fuhr. 21 years ago
Tom Lane 7762619e95 Replace pg_shadow and pg_group by new role-capable catalogs pg_authid 21 years ago
Bruce Momjian 977530d8da Done: 21 years ago
Teodor Sigaev e8cab5fe49 Concurrency for GiST 21 years ago
Tom Lane c3be085ab7 Modify pg_dump to assume that a check constraint is inherited if its 21 years ago
Bruce Momjian fc722403a6 Done: 21 years ago
Neil Conway a159ad3048 Remove support for Kerberos V4. It seems no one is using this, it has 21 years ago
Bruce Momjian a051da0207 Done: 21 years ago
Tom Lane dcf2e1c8c7 Remove the << >> &< and &> operators for contrib/cube, which were 21 years ago
Tom Lane 54c80a3434 Adjust contrib/seg &< and &> operators so that r-tree indexing logic 21 years ago
Tom Lane 06ae88a82e Tweak dynahash.c to not allocate so many entries at once when dealing 21 years ago
Tom Lane 943b396245 Add Oracle-compatible GREATEST and LEAST functions. Pavel Stehule 21 years ago
Tom Lane d395aecffa Code review for escape-strings patch. Sync psql and plpgsql lexers 21 years ago
Tom Lane 3cbd6bc308 Fix overlooked regression output file. 21 years ago
Bruce Momjian bb3cce4ec9 Add E'' syntax so eventually normal strings can treat backslashes 21 years ago
Tom Lane c96375a39b Fix a couple of items that should be declared Oid not int. Purely 21 years ago
Tom Lane ca1d4eb7f8 Remove forced CHECKPOINT in regression tests --- redundant now that 21 years ago
Tom Lane fbcbc5d06f Force a checkpoint before committing a CREATE DATABASE command. This 21 years ago
Tom Lane 3acca18d28 Fix ancient memory leak in index_create(): RelationInitIndexAccessInfo 21 years ago
Bruce Momjian 252600fade Add: 21 years ago
Bruce Momjian 557a978b87 Update: 21 years ago
Bruce Momjian d08149d783 Update: 21 years ago
Bruce Momjian 886c8a54ae Add: 21 years ago
Bruce Momjian 669111800f Add item: 21 years ago
Bruce Momjian f3dbacab0c Add desciption for terminate: 21 years ago
Tom Lane b90f8f20f0 Extend r-tree operator classes to handle Y-direction tests equivalent 21 years ago
Tatsuo Ishii 39f3c5d385 unbreak unicode/utf8 test 21 years ago
Tom Lane db53fa6dc7 Remove overspecification of precision of CURRENT_TIMESTAMP, LOCALTIMESTAMP, 21 years ago
Tatsuo Ishii e2d088de03 Allow direct conversion between EUC_JP and SJIS to improve 21 years ago
Bruce Momjian 1fa87fa780 Remove TODO.detail rtree now that item is fixed. 21 years ago
Bruce Momjian 693658a540 Done: 21 years ago
Bruce Momjian 2f6be2ed6e Completed: 21 years ago
Bruce Momjian ebb399570d Add: 21 years ago
Neil Conway 76aa6d29cf Code cleanup: remove 3 duplicate static function declarations. 21 years ago
Neil Conway f2b6edeab8 This trivial patch removes an unused variable. From Alvaro Herrera. 21 years ago
Tom Lane 9a09248edd Fix rtree and contrib/rtree_gist search behavior for the 1-D box and 21 years ago
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