aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* psql: Fix memory leakPeter Eisentraut2012-01-16
* Prevent adding relations to a concurrently dropped schema.Robert Haas2012-01-16
* Improve efficiency of recent changes to plperl's sv2cstr().Andrew Dunstan2012-01-15
* Fix poll() implementation of WaitLatchOrSocket to notice postmaster death.Heikki Linnakangas2012-01-15
* Allow a user to kill his own queries using pg_cancel_backend()Magnus Hagander2012-01-15
* Detect invalid permutations in isolationtesterAlvaro Herrera2012-01-14
* Avoid NULL pointer dereference in isolationtesterAlvaro Herrera2012-01-14
* Make superuser imply replication privilege. The idea of a privilege thatHeikki Linnakangas2012-01-14
* initdb: Remove support for crypt authentication methodPeter Eisentraut2012-01-14
* Fix broken logic in lazy_vacuum_heap.Robert Haas2012-01-13
* Typo fix.Robert Haas2012-01-13
* Correctly initialise shared recoveryLastRecPtr in recovery.Simon Riggs2012-01-13
* Minor but necessary improvements to WAL keepalivesSimon Riggs2012-01-13
* Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.Tom Lane2012-01-12
* Tweak duplicate-index-column regression test to avoid locale sensitivity.Tom Lane2012-01-12
* Validate number of steps specified in permutationAlvaro Herrera2012-01-11
* Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was alwaysHeikki Linnakangas2012-01-11
* Refactor XLogInsert a bit. The rdata entries for backup blocks are nowHeikki Linnakangas2012-01-11
* Fix typosPeter Eisentraut2012-01-10
* Support CREATE TABLE (LIKE ...) with foreign tables and viewsPeter Eisentraut2012-01-10
* pg_dump: Dump foreign options in sorted orderPeter Eisentraut2012-01-10
* Fix pathname in pgindent README.Robert Haas2012-01-09
* Add .gitignore file for entabMagnus Hagander2012-01-09
* Fix comment languageMagnus Hagander2012-01-09
* Fix pg_basebackup for keepalive messagesMagnus Hagander2012-01-09
* Rename the internal structures of the CREATE TABLE (LIKE ...) facilityPeter Eisentraut2012-01-07
* Use __sync_lock_test_and_set() for spinlocks on ARM, if available.Tom Lane2012-01-07
* Slightly reorganize struct SnapshotData.Robert Haas2012-01-06
* Fix backwards logic in previous commit.Robert Haas2012-01-06
* Improve behavior of concurrent ALTER TABLE, and do some refactoring.Robert Haas2012-01-06
* Make the number of CLOG buffers adaptive, based on shared_buffers.Robert Haas2012-01-06
* Fix pg_restore's direct-to-database mode for INSERT-style table data.Tom Lane2012-01-06
* Fix variable confusion in BufferSync().Robert Haas2012-01-06
* Fix breakage from earlier plperl fix.Andrew Dunstan2012-01-05
* pg_dump: Dump foreign options in prettier formatPeter Eisentraut2012-01-05
* pg_dump: Dump operators with the same name ordered by arityPeter Eisentraut2012-01-05
* Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraintPeter Eisentraut2012-01-05
* Work around perl bug in SvPVutf8().Andrew Dunstan2012-01-05
* Ecpglib stores variables that are used in DECLARE statements in a global list.Michael Meskes2012-01-05
* Make executor's SELECT INTO code save and restore original tuple receiver.Tom Lane2012-01-04
* Made code in ecpg better readable.Michael Meskes2012-01-04
* Suggest use of psql when pg_restore gets a text dump.Andrew Dunstan2012-01-03
* Use a non-locking initial test in TAS_SPIN on PPC.Tom Lane2012-01-03
* Support for building with MS Visual Studio 2010.Andrew Dunstan2012-01-03
* Another fix for pg_regress: Replace exit_nicely() with exit() plusPeter Eisentraut2012-01-02
* pg_regress: Replace exit_nicely() with exit() plus atexit() hookPeter Eisentraut2012-01-02
* Fix coerce_to_target_type for coerce_type's klugy handling of COLLATE.Tom Lane2012-01-02
* Add comment about skipping binary files for copyright changes.Bruce Momjian2012-01-02
* Use LWSYNC in place of SYNC/ISYNC in PPC spinlocks, where possible.Tom Lane2012-01-02
* Use 4-byte slock_t on both PPC and PPC64.Tom Lane2012-01-02