aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Create a psql command \gset to store query results into psql variables.Tom Lane2013-02-02
* Prevent "\g filename" from affecting subsequent commands after an error.Tom Lane2013-02-02
* 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
* Move Assert() definitions to c.hAlvaro Herrera2013-02-01
* 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
* PL/Tcl: Fix compiler warnings with Tcl 8.6Peter 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
* Properly zero-pad the day-of-year part of the win32 build numberMagnus Hagander2013-01-31
* Don't use spi_priv.h in plpython.Tom Lane2013-01-30
* 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
* pg_regress: Allow overriding diff optionsPeter Eisentraut2013-01-29
* entab: Fix some compiler warningsPeter Eisentraut2013-01-29
* 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
* Handle SPIErrors raised directly in PL/Python code.Heikki Linnakangas2013-01-28
* Made ecpglib use translated messages.Michael Meskes2013-01-27
* 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
* Fix plpython's handling of functions used as triggers on multiple tables.Tom Lane2013-01-25
* Change plan caching to honor, not resist, changes in search_path.Tom Lane2013-01-25
* Make it easy to time out pg_isready, and make the default 3 seconds.Robert Haas2013-01-25
* Add prosecdef to \df+ output.Heikki Linnakangas2013-01-25
* Add some randomness to the choice of which GiST page to insert to.Heikki Linnakangas2013-01-25
* Make pg_dump exclude unlogged table data on hot standby slavesMagnus Hagander2013-01-25
* Fix concat() and format() to handle VARIADIC-labeled arguments correctly.Tom Lane2013-01-25
* Fix SPI documentation for new handling of ExecutorRun's count parameter.Tom Lane2013-01-24
* Use correct output device for Windows prompts.Andrew Dunstan2013-01-24
* Redefine HEAP_XMAX_IS_LOCKED_ONLYAlvaro Herrera2013-01-24
* Make output identical to pg_resetxlog'sAlvaro Herrera2013-01-24
* Fix rare missing cancellations in Hot Standby.Simon Riggs2013-01-24
* Also fix rotation of csvlog on Windows.Heikki Linnakangas2013-01-24
* Fix failure to rotate postmaster log file for size reasons on Windows.Tom Lane2013-01-23
* isolationtester: add a few fflush(stderr) callsAlvaro Herrera2013-01-23
* pg_isreadyRobert Haas2013-01-23
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Update comments and output for event_trigger regression test.Robert Haas2013-01-23
* Implement pg_unreachable() on MSVC.Heikki Linnakangas2013-01-23
* Fix more issues with cascading replication and timeline switches.Heikki Linnakangas2013-01-23