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