aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* pg_regress: Use target-specific variable instead of overriding make rulePeter Eisentraut2012-02-07
* Fix typo in comment.Heikki Linnakangas2012-02-07
* Support fls().Robert Haas2012-02-07
* Add a transform function for varbit typmod coercisions.Robert Haas2012-02-07
* Add a transform function for numeric typmod coercisions.Robert Haas2012-02-07
* Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.Robert Haas2012-02-07
* pg_dump: Further reduce reliance on global variables.Robert Haas2012-02-07
* createuser: Disable prompting by defaultPeter Eisentraut2012-02-07
* When building with LWLOCK_STATS, initialize the stats in LWLockWaitUntilFree.Heikki Linnakangas2012-02-07
* Fix postmaster to attempt restart after a hot-standby crash.Tom Lane2012-02-06
* Allow the connection keyword array to carry all seven items in ecpglib.Michael Meskes2012-02-06
* Avoid throwing ERROR during WAL replay of DROP TABLESPACE.Tom Lane2012-02-06
* pg_dump: Remove global Archive pointer.Robert Haas2012-02-06
* pg_dump: Reduce dependencies on global variables.Robert Haas2012-02-06
* Add locking around WAL-replay modification of shared-memory variables.Tom Lane2012-02-06
* Remove dead declaration.Robert Haas2012-02-06
* fe-misc.c depends on pg_config_paths.hAlvaro Herrera2012-02-06
* Fix transient clobbering of shared buffers during WAL replay.Tom Lane2012-02-05
* Improve comment.Tom Lane2012-02-04
* Add missing Assert and fix inaccurate elog message in standby_redo().Tom Lane2012-02-04
* Allow SQL-language functions to reference parameters by name.Tom Lane2012-02-04
* Revert "Add some regression test cases for denormalized float8 input."Tom Lane2012-02-04
* Remove tabs in SGML file.Bruce Momjian2012-02-04
* Applied Peter's patch to PQconnectdbParams in ecpglib instead of the oldMichael Meskes2012-02-04
* Add array_to_json and row_to_json functions.Andrew Dunstan2012-02-03
* ecpg: Improve test buildingPeter Eisentraut2012-02-02
* Allow spgist's text_ops to handle pattern-matching operators.Robert Haas2012-02-02
* Avoid re-checking for visibility map extension too frequently.Robert Haas2012-02-01
* initdb: Add options --auth-local and --auth-hostPeter Eisentraut2012-02-01
* psql: Case preserving completion of SQL key wordsPeter Eisentraut2012-02-01
* Add some regression test cases for denormalized float8 input.Tom Lane2012-02-01
* Try to be more consistent about accepting denormalized float8 numbers.Tom Lane2012-02-01
* Implement dry-run mode for pg_archivecleanupAlvaro Herrera2012-02-01
* Properly free the sslcompression field in PGconnMagnus Hagander2012-02-01
* Code review for plpgsql fn_signature patch.Tom Lane2012-02-01
* psql: Reduce the amount of const lies a bitPeter Eisentraut2012-01-31
* pg_dump: Add GCC noreturn attribute to appropriate functionsPeter Eisentraut2012-01-31
* Adjust expected regression test outputs for PL/python.Robert Haas2012-01-31
* Catversion bump for JSON patch.Robert Haas2012-01-31
* Built-in JSON data type.Robert Haas2012-01-31
* Print function signature, not just name, in PL/pgSQL error messages.Heikki Linnakangas2012-01-31
* Fix bug in the new wait-until-lwlock-is-free mechanism.Heikki Linnakangas2012-01-31
* Add sequence USAGE privileges to information schemaPeter Eisentraut2012-01-30
* PL/Python: Add result metadata functionsPeter Eisentraut2012-01-30
* Use abort() instead of exit() to abort library functionsPeter Eisentraut2012-01-30
* Remove prototype for nonexistent function.Robert Haas2012-01-30
* Make group commit more effective.Heikki Linnakangas2012-01-30
* Minor bug fix and cleanup from self-review of sync rep queues patch.Simon Riggs2012-01-30
* Various minor comments changes from bgwriter to checkpointer.Simon Riggs2012-01-30
* Accept a non-existent value in "ALTER USER/DATABASE SET ..." command.Heikki Linnakangas2012-01-30