aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs2013-03-18
* Extend object-access hook machinery to support post-alter events.Robert Haas2013-03-17
* initdb needs pqsignal() even on Windows.Tom Lane2013-03-17
* Move pqsignal() to libpgport.Tom Lane2013-03-17
* Add lock_timeout configuration parameter.Tom Lane2013-03-16
* Avoid inserting Result nodes that only compute identity projections.Tom Lane2013-03-14
* Add cost estimation of range @> and <@ operators.Heikki Linnakangas2013-03-14
* JSON generation improvements.Andrew Dunstan2013-03-10
* Support writable foreign tables.Tom Lane2013-03-10
* Report pg_hba line number and contents when users fail to log inMagnus Hagander2013-03-10
* Forgot catversion bump in the SP-GiST adjacent support patch.Heikki Linnakangas2013-03-08
* SP-GiST support of the range adjacent operator -|-Heikki Linnakangas2013-03-08
* Fix tli history file fetching, broken by the archive after crash recevery patch.Heikki Linnakangas2013-03-07
* Arrange to cache FdwRoutine structs in foreign tables' relcache entries.Tom Lane2013-03-06
* Code beautification for object-access hook machinery.Robert Haas2013-03-06
* Fix missing #include in commands/matview.h.Tom Lane2013-03-06
* Fix to_char() to use ASCII-only case-folding rules where appropriate.Tom Lane2013-03-05
* Bump catversion because of new function in the materialized view patch.Kevin Grittner2013-03-05
* Add a materialized view relations.Kevin Grittner2013-03-03
* Get rid of any toast table when converting a table to a view.Tom Lane2013-03-03
* Fix SQL function execution to be safe with long-lived FmgrInfos.Tom Lane2013-03-03
* Add support for piping COPY to/from an external program.Heikki Linnakangas2013-02-27
* Install headers from the new src/include/common subdirectory.Tom Lane2013-02-26
* Add pg_xlogdump contrib programAlvaro Herrera2013-02-22
* Move relpath() to libpgcommonAlvaro Herrera2013-02-21
* Need to decorate XactIsoLevel as PGDLLIMPORT for postgres_fdw.Tom Lane2013-02-21
* Move ExceptionalCondition back to postgres.hAlvaro Herrera2013-02-18
* Split pgstat file in smaller piecesAlvaro Herrera2013-02-18
* Add ALTER ROLE ALL SET commandPeter Eisentraut2013-02-17
* Force archive_status of .done for xlogs created by dearchival/replication.Simon Riggs2013-02-15
* Invent pre-commit/pre-prepare/pre-subcommit events for xact callbacks.Tom Lane2013-02-14
* Fix CVE-2013-0255 properly.Tom Lane2013-02-13
* Rename "string" pstrdup argument to "in"Alvaro Herrera2013-02-12
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12
* Add noreturn attributes to some error reporting functionsPeter Eisentraut2013-02-12
* Support unlogged GiST index.Heikki Linnakangas2013-02-11
* Include previous TLI in end-of-recovery and shutdown checkpoint records.Heikki Linnakangas2013-02-11
* Document and clean up gistsplit.c.Tom Lane2013-02-10
* Add support for ALTER RULE ... RENAME TO.Tom Lane2013-02-08
* Clean up c.h / postgres.h after Assert() moveAlvaro Herrera2013-02-08
* Repair bugs in GiST page splitting code for multi-column indexes.Tom Lane2013-02-07
* Split out list of XLog resource managersAlvaro Herrera2013-02-06
* Move Assert() definitions to c.hAlvaro Herrera2013-02-01
* Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.Tom Lane2013-01-30
* Provide database object names as separate fields in error messages.Tom Lane2013-01-29
* Fast promote mode skips checkpoint at end of recovery.Simon Riggs2013-01-29
* Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistentBruce Momjian2013-01-26
* Change plan caching to honor, not resist, changes in search_path.Tom Lane2013-01-25
* Use correct output device for Windows prompts.Andrew Dunstan2013-01-24
* Redefine HEAP_XMAX_IS_LOCKED_ONLYAlvaro Herrera2013-01-24