Commit Graph

20575 Commits (9caeace71cb7ef0de020ccb9af7cc4aa39a0610c)
 

Author SHA1 Message Date
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
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