aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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 makeObjectName(), name1 must be non-NULLNeil Conway2005-06-21
* 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
* 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
* When using C-string lookup keys in a dynahash.c hash table, use strncpy()Tom Lane2005-06-18
* Add a time-of-preparation column to the pg_prepared_xacts view, per anTom Lane2005-06-18
* Dept. of second thoughts: regular COMMIT deletes deletable files beforeTom Lane2005-06-18
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-17
* Update GUC description for kerberos usernames.Bruce Momjian2005-06-16
* Move SYMMETRIC/ASYMMETRIC to reserved words to avoid shift/reduce conflicts.Bruce Momjian2005-06-15
* Improve comment wording.Bruce Momjian2005-06-15
* Improve hash method for bitmapsets: some examination of actual outputsTom Lane2005-06-15
* Change the implementation of hash join to attempt to avoid unnecessaryNeil Conway2005-06-15
* Remove old *.backup files when we do pg_stop_backup(). ThisBruce Momjian2005-06-15
* Mention we now support BETWEEN SYMMETRIC.Bruce Momjian2005-06-15
* This patch makes it possible to use the full set of timezones when doingBruce Momjian2005-06-15
* Support 3 and 4-byte unicode characters.Bruce Momjian2005-06-15
* Add BETWEEN SYMMETRIC.Bruce Momjian2005-06-14
* Simplify shared-memory lock data structures as per recent discussion:Tom Lane2005-06-14
* Add pg_postmaster_start_time() function.Bruce Momjian2005-06-14
* Have SHOW ALL include variable descriptions.Bruce Momjian2005-06-14
* Add GUC krb_server_hostname so the server hostname can be specified asBruce Momjian2005-06-14
* The random selection in function linear() could deliver a value equal to maxTom Lane2005-06-14
* WAL for GiST. It work for online backup and so on, but onTeodor Sigaev2005-06-14
* Teach planner to optionally ignore index columns that have an equalityTom Lane2005-06-14
* Change the planner to allow indexscan qualification clauses to useTom Lane2005-06-13
* Adjust lo_open() so that specifying INV_READ without INV_WRITE createsTom Lane2005-06-13
* Separate predicate-testing code out of indxpath.c, making it a moduleTom Lane2005-06-10
* Adjust comment about %t and %s to cover %m as well. Some trivialTom Lane2005-06-10
* Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa.Tatsuo Ishii2005-06-10
* Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM.Neil Conway2005-06-10
* Quick hack to allow the outer query's tuple_fraction to be passed downTom Lane2005-06-10
* If a LIMIT is applied to a UNION ALL query, plan each UNION arm asTom Lane2005-06-10
* Revise searching of subplan target lists to use something more efficientTom Lane2005-06-10
* Free buffer allocated via malloc (process is short-lived, but fix it anyway).Bruce Momjian2005-06-09
* Mention prefix %t has no milliseconds.Bruce Momjian2005-06-09
* Restructure log_line_prefix options to be clearer:Bruce Momjian2005-06-09
* This patch against 8.0.0beta1 source adds log_line_prefix options forBruce Momjian2005-06-09
* Fix typo in comment, per Alvaro.Tom Lane2005-06-09
* Fix assign_datestyle() so that it doesn't misleadingly complain aboutTom Lane2005-06-09
* Make SPI set SPI_processed for CREATE TABLE AS / SELECT INTO commands;Tom Lane2005-06-09