aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Event Trigger for table_rewriteSimon Riggs2014-12-08
* Move PG_AUTOCONF_FILENAME definitionPeter Eisentraut2014-12-03
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-03
* Fix typosAlvaro Herrera2014-12-03
* Don't skip SQL backends in logical decoding for visibility computation.Andres Freund2014-12-02
* Minor cleanup of function declarations for BRIN.Tom Lane2014-12-02
* Fix hstore_to_json_loose's detection of valid JSON number values.Andrew Dunstan2014-12-01
* Add a #define for the inet overlaps operator.Tom Lane2014-11-30
* Fix BRIN operator family definitionsAlvaro Herrera2014-11-28
* Add bms_get_singleton_member(), and use it where appropriate.Tom Lane2014-11-28
* Add bms_next_member(), and use it where appropriate.Tom Lane2014-11-28
* Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost2014-11-27
* Remove dead function prototypeHeikki Linnakangas2014-11-26
* action_at_recovery_target recovery config optionSimon Riggs2014-11-25
* Support arrays as input to array_agg() and ARRAY(SELECT ...).Tom Lane2014-11-25
* Make Port->ssl_in_use available, even when built with !USE_SSLHeikki Linnakangas2014-11-25
* Add infrastructure to save and restore GUC values.Robert Haas2014-11-24
* Distinguish XLOG_FPI records generated for hint-bit updates.Heikki Linnakangas2014-11-24
* Detect PG_PRINTF_ATTRIBUTE automatically.Noah Misch2014-11-23
* Rearrange CustomScan API.Tom Lane2014-11-21
* Simplify API for initially hooking custom-path providers into the planner.Tom Lane2014-11-21
* Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan.Tom Lane2014-11-20
* Initial code review for CustomScan patch.Tom Lane2014-11-20
* Remove no-longer-needed phony typedefs in genbki.h.Tom Lane2014-11-20
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* Reduce btree scan overhead for < and > strategiesSimon Riggs2014-11-18
* Remove obsolete debugging option, RTDEBUG.Heikki Linnakangas2014-11-18
* Fix relpersistence setting in reindex_indexAlvaro Herrera2014-11-17
* Get rid of SET LOGGED indexes persistence kludgeAlvaro Herrera2014-11-15
* Remove unused InhPathsAlvaro Herrera2014-11-15
* Clean up includes from RLS patchStephen Frost2014-11-14
* Fix race condition between hot standby and restoring a full-page image.Heikki Linnakangas2014-11-13
* Move the guts of our Levenshtein implementation into core.Robert Haas2014-11-13
* Rename pending_list_cleanup_size to gin_pending_list_limit.Fujii Masao2014-11-13
* Explicitly support the case that a plancache's raw_parse_tree is NULL.Tom Lane2014-11-12
* Add generate_series(numeric, numeric).Fujii Masao2014-11-11
* Add GUC and storage parameter to set the maximum size of GIN pending list.Fujii Masao2014-11-11
* Really fix compilation failure on MIPS.Heikki Linnakangas2014-11-11
* Fix compilation failure on MIPS.Heikki Linnakangas2014-11-11
* Ensure that RowExprs and whole-row Vars produce the expected column names.Tom Lane2014-11-10
* C comment: mention 1500-02-29 as an invalid dateBruce Momjian2014-11-09
* Fix some coding issues in BRINAlvaro Herrera2014-11-08
* Introduce custom path and scan providers.Robert Haas2014-11-07
* Use the sortsupport infrastructure in more cases.Robert Haas2014-11-07
* BRIN: Block Range IndexesAlvaro Herrera2014-11-07
* Remove obsolete cases from GiST update redo code.Heikki Linnakangas2014-11-07
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Implement IF NOT EXIST for CREATE INDEX.Fujii Masao2014-11-06
* C comment: mention why the Gregorian calendar is used pre-1582Bruce Momjian2014-11-06
* Fix thinko in commit 2bd9e412f92bc6a68f3e8bcb18e04955cc35001d.Robert Haas2014-11-05