summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2003-09-08Avoid using s_addr as a local variable name, to work around brokenTom Lane
2003-09-07Remove geqo_random_seed parameter. Having geqo reset the global random()Tom Lane
2003-09-07Remove check on source address of a statistics packet. Check was brokenTom Lane
2003-09-07Make the default pg_hba.conf include an entry for ::1 only if configureTom Lane
2003-09-07load_file() has to remove pre-existing shlibs that match the new fileTom Lane
2003-09-06Make all valid uses of the COLLATE clause yield the same result: a syntaxPeter Eisentraut
2003-09-05Second try at IPv4-to-v6 mapping code; avoid assuming that the structTom Lane
2003-09-05Allow IPv4-format entries in pg_hba.conf to match IPv6 connectionsTom Lane
2003-09-05This fixes three minor typos in hba.c.Bruce Momjian
2003-09-04Reimplement hash index locking algorithms, per my recent proposal toTom Lane
2003-09-04Avoid consuming unreasonable amounts of memory when GRANT has manyTom Lane
2003-09-04Allow non-super users to set log_duration to true, then false, when theBruce Momjian
2003-09-04Re-upper case CHECKPOINT_SEGMENTS.Bruce Momjian
2003-09-04Lowercase CHECKPOINT_SEGMENTS.Bruce Momjian
2003-09-03Pass session_authorization to the client and make psql update its promptPeter Eisentraut
2003-09-03Work around ENOTEMPTY being an alias for EEXIST on some platforms.Tom Lane
2003-09-03Repair problems with to_char() overrunning its input string.Tom Lane
2003-09-02In _bt_check_unique() loop, don't bother applying _bt_isequal() toTom Lane
2003-09-02Cause standalone backend (including bootstrap case) to read the GUCTom Lane
2003-09-02Several fixes for hash indexes that involve changing the on-disk indexTom Lane
2003-09-02Fix a couple typos, add some more comments.Tom Lane
2003-09-02Rewrite hashbulkdelete() to make it amenable to new bucket lockingTom Lane
2003-09-01Do not pass server_encoding to the client.Peter Eisentraut
2003-09-01Preliminary cleanup for hash index code (doesn't attack the locking problemTom Lane
2003-09-01Add some internals documentation for hash indexes, including anTom Lane
2003-09-01Rename DoIt to changeVar, for clarity.Bruce Momjian
2003-08-30Guard against pgindent changing =- to = -.Bruce Momjian
2003-08-28Fix stupid typo (mine I suppose) in CopyGetData. Per report from Dave Cramer.Tom Lane
2003-08-27Adjust date/time input parsing code to correctly distinguish the fourTom Lane
2003-08-27Department of second thoughts: can't reorder merge-join clauses.Tom Lane
2003-08-27Share PG_DIAG_* macros between client and server and use them internally.Peter Eisentraut
2003-08-26Push subplan clauses to the back in qual lists for join plans, notTom Lane
2003-08-26Call it Linux, not GNU/Linux.Bruce Momjian
2003-08-26Use separate SQLSTATE codes for file not found/file exists, rather thanTom Lane
2003-08-26Attached is a (very small) patch to make analyze display someBruce Momjian
2003-08-26Mop-up for previous change to determine default shared_buffers andTom Lane
2003-08-25Add the Brazilian time zone abbreviations BRT, BRST, FNT, FNST.Tom Lane
2003-08-25Allow parsing of time and timetz inputs to accept the documented inputTom Lane
2003-08-25Refactor code so that to_date() does not call to_timestamp() and thenTom Lane
2003-08-25Fix GB18030 to UTF-8 mapping tableTatsuo Ishii
2003-08-24Translation updatesPeter Eisentraut
2003-08-24Change warnings for non-existing or pre-existing cursors to errors.Peter Eisentraut
2003-08-24Fix GB18030 to UTF-8 mapping tableTatsuo Ishii
2003-08-23Fix uninstall target.Peter Eisentraut
2003-08-22Tweak grammar to use FastAppend rather than lappend when constructingTom Lane
2003-08-22Tweak processing of multiple-index-scan plans to reduce overhead whenTom Lane
2003-08-19Improve dynahash.c's API so that caller can specify the comparison functionTom Lane
2003-08-17Fix ARRAY[] construct so that in multidimensional case, elements canTom Lane
2003-08-17Clean up locktable init code per recent gripe from Kurt Roeckx.Tom Lane
2003-08-17Somebody forgot to include any actual documentation for ADD_MISSING_FROM.Tom Lane