summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2013-05-23Fix typo in comment.Robert Haas
2013-05-08Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.Heikki Linnakangas
2013-05-06Stamp 9.3beta1.REL9_3_BETA1Tom Lane
2013-05-06Move materialized views' is-populated status into their pg_class entries.Tom Lane
2013-04-30Bump PG_CONTROL_VERSION to 937Simon Riggs
2013-04-30Record data_checksum_version in control file.Simon Riggs
2013-04-29Postpone creation of pathkeys lists to fix bug #8049.Tom Lane
2013-04-29Introduce new page checksum algorithm and module.Simon Riggs
2013-04-28Editorialize a bit on new ProcessUtility() API.Tom Lane
2013-04-27Incidental cleanup of matviews code.Tom Lane
2013-04-20Clean up references to SQL92Peter Eisentraut
2013-04-16Remove some unused and seldom used fields from RelationAmInfo.Heikki Linnakangas
2013-04-16Mark json IO and extraction functions immutable.Andrew Dunstan
2013-04-12Clean up the mess around EXPLAIN and materialized views.Tom Lane
2013-04-12sepgsql: Enforce db_procedure:{execute} permission.Robert Haas
2013-04-12Minor wording corrections for object-access hook stuff.Robert Haas
2013-04-11Fix confusion between ObjectType and ObjectClassAlvaro Herrera
2013-04-09Create a distinction between a populated matview and a scannable one.Kevin Grittner
2013-04-09Adjust ExplainOneQuery_hook_type to take a DestReceiver argument.Robert Haas
2013-04-09Support indexing of regular-expression searches in contrib/pg_trgm.Tom Lane
2013-04-08Avoid tricky race condition recording XLOG_HINTSimon Riggs
2013-04-05sepgsql: Enforce db_schema:search permission.Robert Haas
2013-04-04Fix crash on compiling a regular expression with more than 32k colors.Heikki Linnakangas
2013-04-01Fix insecure parsing of server command-line switches.Tom Lane
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