aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* 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
* Fix checkpoint after fast promotion.Heikki Linnakangas2013-02-11
* Include previous TLI in end-of-recovery and shutdown checkpoint records.Heikki Linnakangas2013-02-11
* Further cleanup of gistsplit.c.Tom Lane2013-02-10
* Remove useless picksplit-doesn't-support-secondary-split log spam.Tom Lane2013-02-10
* Remove vestigial secondary-split support in gist_box_picksplit().Tom Lane2013-02-10
* Document and clean up gistsplit.c.Tom Lane2013-02-10
* Reduce log level of picksplit-doesn't-support-secondary-split whining.Tom Lane2013-02-09
* Add support for ALTER RULE ... RENAME TO.Tom Lane2013-02-08
* Simplify box_overlap computations.Tom Lane2013-02-08
* Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.Tom Lane2013-02-08
* Fix Xmax freeze conditionsAlvaro Herrera2013-02-08
* Fix another typo in a commentMagnus Hagander2013-02-08
* Fix typo in commentMagnus Hagander2013-02-08
* Fix performance issue in EXPLAIN (ANALYZE, TIMING OFF).Tom Lane2013-02-07
* Repair bugs in GiST page splitting code for multi-column indexes.Tom Lane2013-02-07
* Fix possible failure to send final transaction counts to stats collector.Tom Lane2013-02-07
* Rely only on checkpoint 1 at end of recovery.Simon Riggs2013-02-07
* Enable building with Microsoft Visual Studio 2012.Andrew Dunstan2013-02-06
* Split out list of XLog resource managersAlvaro Herrera2013-02-06
* Improve error message wordingAlvaro Herrera2013-02-06
* Prevent execution of enum_recv() from SQL.Tom Lane2013-02-04
* Reset vacuum_defer_cleanup_age to PGC_SIGHUP.Simon Riggs2013-02-04
* Reset master xmin when hot_standby_feedback disabled.Simon Riggs2013-02-04
* Perform line wrapping and indenting by default in ruleutils.c.Tom Lane2013-02-03
* Mark vacuum_defer_cleanup_age as PGC_POSTMASTER.Simon Riggs2013-02-02
* Adjust COPY FREEZE error message to be more accurate and consistent.Bruce Momjian2013-02-02
* Fix typo in freeze_table_age implementationAlvaro Herrera2013-02-01
* Fill tuple before HeapSatisfiesHOTAndKeyUpdateAlvaro Herrera2013-02-01
* Add CREATE RECURSIVE VIEW syntaxPeter Eisentraut2013-01-31
* Restrict infomask bits to set on multixactsAlvaro Herrera2013-01-31
* Switch timelines if we crash soon after promotion.Simon Riggs2013-01-31
* Reject nonzero day fields in AT TIME ZONE INTERVAL functions.Tom Lane2013-01-31
* Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.Tom Lane2013-01-30
* Fix grammar for subscripting or field selection from a sub-SELECT result.Tom Lane2013-01-30
* Provide database object names as separate fields in error messages.Tom Lane2013-01-29
* Skip truncating ON COMMIT DELETE ROWS temp tables, if the transaction hasn'tHeikki Linnakangas2013-01-29
* Fast promote mode skips checkpoint at end of recovery.Simon Riggs2013-01-29
* REASSIGN OWNED: handle shared objects, tooAlvaro Herrera2013-01-28
* DROP OWNED: don't try to drop tablespaces/databasesAlvaro Herrera2013-01-28
* Make LATERAL implicit for functions in FROM.Tom Lane2013-01-26
* Update comments in new DROP IF EXISTS code; commit message updateBruce Momjian2013-01-26
* Update LookupExplicitNamespace() comments; commit message updateBruce Momjian2013-01-26
* Issue ERROR if FREEZE mode can't be honored by COPYBruce Momjian2013-01-26
* 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
* Add some randomness to the choice of which GiST page to insert to.Heikki Linnakangas2013-01-25
* Fix concat() and format() to handle VARIADIC-labeled arguments correctly.Tom Lane2013-01-25