aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Add an "argisrow" field to NullTest nodes, following a plan made way back inTom Lane2010-01-01
* Support "x IS NOT NULL" clauses as indexscan conditions. This turns outTom Lane2010-01-01
* Silence compiler warning on 64-bit windows buildMagnus Hagander2010-01-01
* Update SQL features supported listPeter Eisentraut2010-01-01
* Suppress compiler warning, per buildfarm member narwhalTom Lane2009-12-31
* Suppress compiler warning (pid_t isn't int everywhere)Tom Lane2009-12-31
* Add missing 'static' tag.Tom Lane2009-12-31
* Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane2009-12-31
* Update SQL features list for aggregate ORDER BY supportPeter Eisentraut2009-12-31
* Add information_schema.triggered_update_columnsPeter Eisentraut2009-12-31
* Fill in information schema column for trigger WHEN conditionPeter Eisentraut2009-12-30
* Dept of second thoughts: recursive case in ANALYZE shouldn't emit aTom Lane2009-12-30
* Revise pgstat's tracking of tuple changes to improve the reliability ofTom Lane2009-12-30
* Update SQL conformance: search conditions on triggers are supportedPeter Eisentraut2009-12-30
* Reset minRecoveryPoint at checkpoints, so that we don't uselessly updateHeikki Linnakangas2009-12-30
* Set errno to zero before invoking SSL_read or SSL_write. It appears thatTom Lane2009-12-30
* Reject invalid input in int2vectorin.Robert Haas2009-12-30
* Add an index on pg_inherits.inhparent, and use it to avoid seqscans inTom Lane2009-12-29
* Add the ability to store inheritance-tree statistics in pg_statistic,Tom Lane2009-12-29
* Previous fix for temporary file management broke returning a set fromHeikki Linnakangas2009-12-29
* Remove PGDLLIMPORT used for binary upgrade; must be on the externs, per Tom.Bruce Momjian2009-12-28
* Add PGDLLIMPORT for binary_upgrade global variables so shared objectBruce Momjian2009-12-28
* Remove non-ascii characters from source code.Bruce Momjian2009-12-28
* Avoid memory leak if pgstat_vacuum_stat is interrupted partway through.Tom Lane2009-12-27
* Remove a couple of unnecessary calls of CreateCacheMemoryContext. TheseTom Lane2009-12-27
* Add backend and pg_dump code to allow preservation of pg_enum oids, forBruce Momjian2009-12-27
* Zero-label enums:Bruce Momjian2009-12-26
* Fix brain fade in join-removal patch: a pushed-down clause in the outer join'sTom Lane2009-12-25
* Rename EnumValuesCreate() single-letter variable names to usefulBruce Momjian2009-12-24
* Binary upgrade:Bruce Momjian2009-12-24
* Fix wrong WAL info value generated when gistContinueInsert() performs anTom Lane2009-12-24
* Allow the index name to be omitted in CREATE INDEX, causing the system toTom Lane2009-12-23
* Remove code that attempted to rename index columns to keep them in sync withTom Lane2009-12-23
* Always pass catalog id to the options validator function specified inHeikki Linnakangas2009-12-23
* Adjust naming of indexes and their columns per recent discussion.Tom Lane2009-12-23
* Disallow comments on columns of relation types other than tables, views,Tom Lane2009-12-22
* More cleanups for the recent large object permissions patch.Robert Haas2009-12-21
* There is no good reason for the CREATE TABLE LIKE INCLUDING COMMENTS code toTom Lane2009-12-20
* Translation updatesPeter Eisentraut2009-12-19
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* binary migration: pg_migratorBruce Momjian2009-12-19
* Don't unblock SIGQUIT in the SIGQUIT handlerPeter Eisentraut2009-12-16
* If there is no sigdelset(), define it as a macro.Peter Eisentraut2009-12-16
* Avoid a premature coercion failure in transformSetOperationTree() whenTom Lane2009-12-16
* Several fixes for EXPLAIN (FORMAT YAML), plus one for EXPLAIN (FORMAT JSON).Robert Haas2009-12-16
* Avoid unnecessary copying of source string when generating a cloned TParser.Tom Lane2009-12-15
* Add a hook to let loadable modules get control at ProcessUtility execution,Tom Lane2009-12-15
* Support ORDER BY within aggregate function calls, at long last providing aTom Lane2009-12-15
* Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas2009-12-15
* Fix a bug introduced when set-returning SQL functions were made inline-able:Tom Lane2009-12-14