aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane2010-01-07
* Further fixes for per-tablespace options patch.Robert Haas2010-01-07
* Alter the configure script to fail immediately if the C compiler does notTom Lane2010-01-07
* Support rewritten-based full vacuum as VACUUM FULL. TraditionalItagaki Takahiro2010-01-06
* binary upgrade:Bruce Momjian2010-01-06
* Update catalog version for recent relfilenode patch, so pg_migrator canBruce Momjian2010-01-06
* Preserve relfilenodes:Bruce Momjian2010-01-06
* Remove tabs in SGML.Bruce Momjian2010-01-06
* Add support for doing FULL JOIN ON FALSE. While this is really a ratherTom Lane2010-01-05
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-05
* Use _mm_pause() for win64 spin_delay(), per note from Tsutomu Yamada.Magnus Hagander2010-01-05
* Get rid of the need for manual maintenance of the initial contents ofTom Lane2010-01-05
* Add a Win64-specific spin_delay() function.Magnus Hagander2010-01-04
* Write an end-of-backup WAL record at pg_stop_backup(), and wait for it atHeikki Linnakangas2010-01-04
* When estimating the selectivity of an inequality "column > constant" orTom Lane2010-01-04
* Make ssize_t 64-bit on Win64, for compatibility with for example plpython.Magnus Hagander2010-01-02
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Set proper sizes for size_t and void* on 64-bit Windows builds.Magnus Hagander2010-01-02
* Support 64-bit shared memory when building on 64-bit Windows.Magnus Hagander2010-01-02
* 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
* Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane2009-12-31
* Revise pgstat's tracking of tuple changes to improve the reliability ofTom Lane2009-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
* Add backend and pg_dump code to allow preservation of pg_enum oids, forBruce Momjian2009-12-27
* Binary upgrade:Bruce Momjian2009-12-24
* Allow the index name to be omitted in CREATE INDEX, causing the system toTom Lane2009-12-23
* Adjust naming of indexes and their columns per recent discussion.Tom Lane2009-12-23
* Bump catversion to reflect the fact that HS patch changed pg_procTom Lane2009-12-19
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-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
* Python 3 support in PL/PythonPeter Eisentraut2009-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
* Allow LDAP authentication to operate in search+bind mode, meaning itMagnus Hagander2009-12-12
* Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain.Robert Haas2009-12-12
* Add large object access control.Itagaki Takahiro2009-12-11
* Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir...Andrew Dunstan2009-12-11
* Prevent indirect security attacks via changing session-local state withinTom Lane2009-12-09
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-07
* Don't use a duplicate OID for aclexplode().Tom Lane2009-12-06
* Speed up information schema privilege viewsPeter Eisentraut2009-12-05
* Fix bug in temporary file management with subtransactions. A cursor openedHeikki Linnakangas2009-12-03
* Teach the regular expression functions to do case-insensitive matching andTom Lane2009-12-01
* Revert due to Tom's concerns:Bruce Momjian2009-12-01
* ProcessUtility_hook:Bruce Momjian2009-12-01