summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-01-19Make pg_relation_size() and friends return NULL if the object doesn't exist.Heikki Linnakangas
2012-01-18Fix corner case in cleanup of transactions using SSI.Heikki Linnakangas
2012-01-18Show psql timing output for failed queries as well as successful onesMagnus Hagander
2012-01-18Fix warning about unused variableMagnus Hagander
2012-01-18Regression tests for security_barrier views.Robert Haas
2012-01-18Catch fatal flex errors in the GUC file lexer.Robert Haas
2012-01-17fastgetattr is in access/htup.h, not access/heapam.hRobert Haas
2012-01-16Disallow merging ONLY constraints in children tablesAlvaro Herrera
2012-01-16psql: Fix memory leakPeter Eisentraut
2012-01-16Prevent adding relations to a concurrently dropped schema.Robert Haas
2012-01-15Improve efficiency of recent changes to plperl's sv2cstr().Andrew Dunstan
2012-01-15Fix poll() implementation of WaitLatchOrSocket to notice postmaster death.Heikki Linnakangas
2012-01-15Allow a user to kill his own queries using pg_cancel_backend()Magnus Hagander
2012-01-14Detect invalid permutations in isolationtesterAlvaro Herrera
2012-01-14Avoid NULL pointer dereference in isolationtesterAlvaro Herrera
2012-01-14Make superuser imply replication privilege. The idea of a privilege thatHeikki Linnakangas
2012-01-14initdb: Remove support for crypt authentication methodPeter Eisentraut
2012-01-13Fix broken logic in lazy_vacuum_heap.Robert Haas
2012-01-13Typo fix.Robert Haas
2012-01-13Correctly initialise shared recoveryLastRecPtr in recovery.Simon Riggs
2012-01-13Minor but necessary improvements to WAL keepalivesSimon Riggs
2012-01-12Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.Tom Lane
2012-01-12Tweak duplicate-index-column regression test to avoid locale sensitivity.Tom Lane
2012-01-11Validate number of steps specified in permutationAlvaro Herrera
2012-01-11Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was alwaysHeikki Linnakangas
2012-01-11Refactor XLogInsert a bit. The rdata entries for backup blocks are nowHeikki Linnakangas
2012-01-10Fix typosPeter Eisentraut
2012-01-10Support CREATE TABLE (LIKE ...) with foreign tables and viewsPeter Eisentraut
2012-01-10pg_dump: Dump foreign options in sorted orderPeter Eisentraut
2012-01-09Fix pathname in pgindent README.Robert Haas
2012-01-09Add .gitignore file for entabMagnus Hagander
2012-01-09Fix comment languageMagnus Hagander
2012-01-09Fix pg_basebackup for keepalive messagesMagnus Hagander
2012-01-07Rename the internal structures of the CREATE TABLE (LIKE ...) facilityPeter Eisentraut
2012-01-07Use __sync_lock_test_and_set() for spinlocks on ARM, if available.Tom Lane
2012-01-07Slightly reorganize struct SnapshotData.Robert Haas
2012-01-07Fix backwards logic in previous commit.Robert Haas
2012-01-07Improve behavior of concurrent ALTER TABLE, and do some refactoring.Robert Haas
2012-01-06Make the number of CLOG buffers adaptive, based on shared_buffers.Robert Haas
2012-01-06Fix pg_restore's direct-to-database mode for INSERT-style table data.Tom Lane
2012-01-06Fix variable confusion in BufferSync().Robert Haas
2012-01-05Fix breakage from earlier plperl fix.Andrew Dunstan
2012-01-05pg_dump: Dump foreign options in prettier formatPeter Eisentraut
2012-01-05pg_dump: Dump operators with the same name ordered by arityPeter Eisentraut
2012-01-05Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraintPeter Eisentraut
2012-01-05Work around perl bug in SvPVutf8().Andrew Dunstan
2012-01-05Ecpglib stores variables that are used in DECLARE statements in a global list.Michael Meskes
2012-01-04Make executor's SELECT INTO code save and restore original tuple receiver.Tom Lane
2012-01-04Made code in ecpg better readable.Michael Meskes
2012-01-03Suggest use of psql when pg_restore gets a text dump.Andrew Dunstan