summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2013-04-01Make REPLICATION privilege checks test current user not authenticated user.Tom Lane
2013-03-29Add new JSON processing functions and parser API.Andrew Dunstan
2013-03-28Add sql_drop event for event triggersAlvaro Herrera
2013-03-28Revoke bc5334d8679c428a709d150666b288171795bd76Simon Riggs
2013-03-27Allow external recovery_config_directorySimon Riggs
2013-03-22Fix problems with incomplete attempt to prohibit OIDS with MVs.Kevin Grittner
2013-03-22Allow I/O reliability checks using 16-bit checksumsSimon Riggs
2013-03-21Redo postgres_fdw's planner code so it can handle parameterized paths.Tom Lane
2013-03-20Allow extracting machine-readable object identityAlvaro Herrera
2013-03-18Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs
2013-03-18Extend object-access hook machinery to support post-alter events.Robert Haas
2013-03-17initdb needs pqsignal() even on Windows.Tom Lane
2013-03-17Move pqsignal() to libpgport.Tom Lane
2013-03-17Add lock_timeout configuration parameter.Tom Lane
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