summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2005-06-19Avoid unnecessary palloc overhead in _bt_first(). The temporaryTom Lane
2005-06-19Need #include <time.h> on some platforms.Tom Lane
2005-06-19Simplify uses of readdir() by creating a function ReadDir() thatTom Lane
2005-06-19Arrange to fsync two-phase-commit state files only during checkpoints;Tom Lane
2005-06-18When using C-string lookup keys in a dynahash.c hash table, use strncpy()Tom Lane
2005-06-18Add a time-of-preparation column to the pg_prepared_xacts view, per anTom Lane
2005-06-18Dept. of second thoughts: regular COMMIT deletes deletable files beforeTom Lane
2005-06-17Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane
2005-06-16Update GUC description for kerberos usernames.Bruce Momjian
2005-06-15Move SYMMETRIC/ASYMMETRIC to reserved words to avoid shift/reduce conflicts.Bruce Momjian
2005-06-15Improve comment wording.Bruce Momjian
2005-06-15Improve hash method for bitmapsets: some examination of actual outputsTom Lane
2005-06-15Change the implementation of hash join to attempt to avoid unnecessaryNeil Conway
2005-06-15Remove old *.backup files when we do pg_stop_backup(). ThisBruce Momjian
2005-06-15Mention we now support BETWEEN SYMMETRIC.Bruce Momjian
2005-06-15This patch makes it possible to use the full set of timezones when doingBruce Momjian
2005-06-15Support 3 and 4-byte unicode characters.Bruce Momjian
2005-06-14Add BETWEEN SYMMETRIC.Bruce Momjian
2005-06-14Simplify shared-memory lock data structures as per recent discussion:Tom Lane
2005-06-14Add pg_postmaster_start_time() function.Bruce Momjian
2005-06-14Have SHOW ALL include variable descriptions.Bruce Momjian
2005-06-14Add GUC krb_server_hostname so the server hostname can be specified asBruce Momjian
2005-06-14The random selection in function linear() could deliver a value equal to maxTom Lane
2005-06-14WAL for GiST. It work for online backup and so on, but onTeodor Sigaev
2005-06-14Teach planner to optionally ignore index columns that have an equalityTom Lane
2005-06-13Change the planner to allow indexscan qualification clauses to useTom Lane
2005-06-13Adjust lo_open() so that specifying INV_READ without INV_WRITE createsTom Lane
2005-06-10Separate predicate-testing code out of indxpath.c, making it a moduleTom Lane
2005-06-10Adjust comment about %t and %s to cover %m as well. Some trivialTom Lane
2005-06-10Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa.Tatsuo Ishii
2005-06-10Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM.Neil Conway
2005-06-10Quick hack to allow the outer query's tuple_fraction to be passed downTom Lane
2005-06-10If a LIMIT is applied to a UNION ALL query, plan each UNION arm asTom Lane
2005-06-10Revise searching of subplan target lists to use something more efficientTom Lane
2005-06-09Free buffer allocated via malloc (process is short-lived, but fix it anyway).Bruce Momjian
2005-06-09Mention prefix %t has no milliseconds.Bruce Momjian
2005-06-09Restructure log_line_prefix options to be clearer:Bruce Momjian
2005-06-09This patch against 8.0.0beta1 source adds log_line_prefix options forBruce Momjian
2005-06-09Fix typo in comment, per Alvaro.Tom Lane
2005-06-09Fix assign_datestyle() so that it doesn't misleadingly complain aboutTom Lane
2005-06-09Make SPI set SPI_processed for CREATE TABLE AS / SELECT INTO commands;Tom Lane
2005-06-09Add missing #include -- mea culpa.Tom Lane
2005-06-09Put a critical section around update of hash index metapage. PerTom Lane
2005-06-09Simplify the planner's join clause management by storing join clausesTom Lane
2005-06-08Marginal hack to avoid spending a lot of time in find_join_rel duringTom Lane
2005-06-08Remove grammar productions for prefix and postfix % and ^ operators,Tom Lane
2005-06-08Change WAL-logging scheme for multixacts to be more like regularTom Lane
2005-06-07Mention ipcrm and ipcclean in error message.Bruce Momjian
2005-06-07Add a function lastval(), which returns the value returned by theNeil Conway
2005-06-07Ipcrm -> ipcclean in error message:Bruce Momjian