summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2012-02-24Add some enumeration commas, for consistencyPeter Eisentraut
2012-02-24Correctly handle NULLs in JSON output.Andrew Dunstan
2012-02-22Add parameters for controlling locations of server-side SSL filesPeter Eisentraut
2012-02-21Fix typo, noticed by Will Crawford.Andrew Dunstan
2012-02-20Fix a couple of cases of JSON output.Andrew Dunstan
2012-02-19Improve pretty printing of viewdefs.Andrew Dunstan
2012-02-16Improve statistics estimation to make some use of DISTINCT in sub-queries.Tom Lane
2012-02-15Run a portal's cleanup hook immediately when pushing it to FAILED state.Tom Lane
2012-02-15Fix VPATH builds, broken by my recent commit to speed up tuplesorting.Robert Haas
2012-02-15Speed up in-memory tuplesorting.Robert Haas
2012-02-14Allow LEAKPROOF functions for better performance of security views.Robert Haas
2012-02-09Add a comment to AdjustIntervalForTypmod to reduce chance of future bugs.Robert Haas
2012-02-09Improve interval_transform function to detect a few more cases.Robert Haas
2012-02-08Add transform functions for various temporal typmod coercisions.Robert Haas
2012-02-08Fix typos pointed out by Noah Misch.Robert Haas
2012-02-07Add a transform function for varbit typmod coercisions.Robert Haas
2012-02-07Add a transform function for numeric typmod coercisions.Robert Haas
2012-02-03Add array_to_json and row_to_json functions.Andrew Dunstan
2012-02-01Try to be more consistent about accepting denormalized float8 numbers.Tom Lane
2012-01-31Built-in JSON data type.Robert Haas
2012-01-30Make group commit more effective.Heikki Linnakangas
2012-01-30Accept a non-existent value in "ALTER USER/DATABASE SET ..." command.Heikki Linnakangas
2012-01-30Assorted comment fixes, mostly just typos, but some obsolete statements.Tom Lane
2012-01-29Tweak index costing for problems with partial indexes.Tom Lane
2012-01-28Use parameterized paths to generate inner indexscans more flexibly.Tom Lane
2012-01-27Show default privileges in information schemaPeter Eisentraut
2012-01-27Do not access indclass through Form_pg_indexPeter Eisentraut
2012-01-26Adjust tuplesort.c based on the fact that we never use the OS's qsort().Robert Haas
2012-01-26Add deadlock counter to pg_stat_databaseMagnus Hagander
2012-01-26Track temporary file count and size in pg_stat_databaseMagnus Hagander
2012-01-25Allow pg_basebackup from standby node with safety checking.Simon Riggs
2012-01-24Add new replication mode synchronous_commit = 'write'.Simon Riggs
2012-01-24Suppress variable-clobbered-by-longjmp warning seen with older gcc versions.Tom Lane
2012-01-24Reduce tab outdent of "error handling" GUC comments in postgresql.conf,Bruce Momjian
2012-01-20Further doc cleanups from the pg_stat_activity changesMagnus Hagander
2012-01-19Add bitwise AND, OR, and NOT operators for macaddr data type.Robert Haas
2012-01-19Separate state from query string in pg_stat_activityMagnus Hagander
2012-01-19Make pg_relation_size() and friends return NULL if the object doesn't exist.Heikki Linnakangas
2012-01-18Catch fatal flex errors in the GUC file lexer.Robert Haas
2012-01-15Allow a user to kill his own queries using pg_cancel_backend()Magnus Hagander
2012-01-14Make superuser imply replication privilege. The idea of a privilege thatHeikki Linnakangas
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-27Standardize treatment of strcmp() return valuePeter Eisentraut
2011-12-25Rethink representation of index clauses' mapping to index columns.Tom Lane
2011-12-23Improve planner's handling of duplicated index column expressions.Tom Lane
2011-12-23Add bytea_agg, parallel to string_agg.Robert Haas
2011-12-22Add a security_barrier option for views.Robert Haas
2011-12-21Shave a few cycles in string_agg().Robert Haas
2011-12-21Fix gincostestimate to handle ScalarArrayOpExpr reasonably.Tom Lane
2011-12-19Add support for privileges on typesPeter Eisentraut