aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Tweak dynahash.c to not allocate so many entries at once when dealingTom Lane2005-06-26
* Add Oracle-compatible GREATEST and LEAST functions. Pavel StehuleTom Lane2005-06-26
* Code review for escape-strings patch. Sync psql and plpgsql lexersTom Lane2005-06-26
* Fix overlooked regression output file.Tom Lane2005-06-26
* Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian2005-06-26
* Fix a couple of items that should be declared Oid not int. PurelyTom Lane2005-06-25
* Remove forced CHECKPOINT in regression tests --- redundant now thatTom Lane2005-06-25
* Force a checkpoint before committing a CREATE DATABASE command. ThisTom Lane2005-06-25
* Fix ancient memory leak in index_create(): RelationInitIndexAccessInfoTom Lane2005-06-25
* Extend r-tree operator classes to handle Y-direction tests equivalentTom Lane2005-06-24
* unbreak unicode/utf8 testTatsuo Ishii2005-06-24
* Remove overspecification of precision of CURRENT_TIMESTAMP, LOCALTIMESTAMP,Tom Lane2005-06-24
* Allow direct conversion between EUC_JP and SJIS to improveTatsuo Ishii2005-06-24
* Code cleanup: remove 3 duplicate static function declarations.Neil Conway2005-06-24
* This trivial patch removes an unused variable. From Alvaro Herrera.Neil Conway2005-06-24
* Fix rtree and contrib/rtree_gist search behavior for the 1-D box andTom Lane2005-06-24
* Move findoidjoins out of contrib and into src/tools, which is a moreTom Lane2005-06-23
* Make REINDEX DATABASE do what one would expect, namely reindex all indexesTom Lane2005-06-22
* Fix the mechanism for reporting the original table OID and column numberTom Lane2005-06-22
* Add a validator function for plperl. Andrew DunstanTom Lane2005-06-22
* Add a hack requested by the JDBC driver writers: when a function'sTom Lane2005-06-22
* Fix bug in CONTINUE statement for PL/pgSQL: when we continue a loop,Neil Conway2005-06-22
* Correct some code in pg_restore when reading the header of a tar archive:Neil Conway2005-06-22
* More trivial dead code removal: in int_to_roman(), checking for "num == -1"Neil Conway2005-06-22
* Add a CONTINUE statement to PL/PgSQL, which can be used to begin theNeil Conway2005-06-22
* pg_dump can now dump large objects even in plain-text output mode, byTom Lane2005-06-21
* Fix pg_dumpall to do the right thing with "postgres" database, perTom Lane2005-06-21
* Cause initdb to create a third standard database "postgres", whichTom Lane2005-06-21
* Fix a potential backend crash during authentication when parsing aNeil Conway2005-06-21
* Trivial dead code removal: in CreateSchemaCommand(), 'owner_name' isNeil Conway2005-06-21
* Trivial dead code removal: in _complete_from_query(), 'text' cannot beNeil Conway2005-06-21
* Trivial dead code removal: in makeObjectName(), name1 must be non-NULLNeil Conway2005-06-21
* exec_eval_datum leaks memory when dealing with ROW or REC values.Tom Lane2005-06-20
* Remove read_file/write_file tests. These were originally intended toTom Lane2005-06-20
* plpgsql's exec_assign_value() freed the old value of a variable beforeTom Lane2005-06-20
* Avoid WAL-logging individual tuple insertions during CREATE TABLE ASTom Lane2005-06-20
* fix founded hole in recovery after crash, add vacuum_delay_point()Teodor Sigaev2005-06-20
* 1. full functional WAL for GiSTTeodor Sigaev2005-06-20
* Cosmetic improvements to the timezone code: remove the use of theNeil Conway2005-06-20
* Change shell syntax that seems not to work right on FreeBSD 6-CURRENTTom Lane2005-06-20
* Add lock file contents printout to "can't happen" case to helpTom Lane2005-06-20
* Trivial code clarity improvement to UpdateStats(); no functional change.Neil Conway2005-06-20
* Avoid unnecessary palloc overhead in _bt_first(). The temporaryTom Lane2005-06-19
* Need #include <time.h> on some platforms.Tom Lane2005-06-19
* Simplify uses of readdir() by creating a function ReadDir() thatTom Lane2005-06-19
* Arrange to fsync two-phase-commit state files only during checkpoints;Tom Lane2005-06-19
* Add comment about \# in bcc makefiles.Bruce Momjian2005-06-19
* Cleanup for Win32 compile.Bruce Momjian2005-06-19
* Fix typo in comment.Bruce Momjian2005-06-19
* When using C-string lookup keys in a dynahash.c hash table, use strncpy()Tom Lane2005-06-18