Commit Graph

5679 Commits (6e3323d41dc45e93700a3420fd27ca05db6a64a7)

Author SHA1 Message Date
Robert Haas cc53a1e7cc Add bitwise AND, OR, and NOT operators for macaddr data type. 14 years ago
Magnus Hagander 4f42b546fd Separate state from query string in pg_stat_activity 14 years ago
Robert Haas 1575fbcb79 Prevent adding relations to a concurrently dropped schema. 14 years ago
Tom Lane 21b446dd09 Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows. 14 years ago
Heikki Linnakangas 1b9dea04b5 Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was always 14 years ago
Peter Eisentraut db49517c62 Rename the internal structures of the CREATE TABLE (LIKE ...) facility 14 years ago
Tom Lane 0a41e86584 Use __sync_lock_test_and_set() for spinlocks on ARM, if available. 14 years ago
Robert Haas 1fc3d18faa Slightly reorganize struct SnapshotData. 14 years ago
Robert Haas 1489e2f26a Improve behavior of concurrent ALTER TABLE, and do some refactoring. 14 years ago
Robert Haas 33aaa139e6 Make the number of CLOG buffers adaptive, based on shared_buffers. 14 years ago
Peter Eisentraut 104e7dac28 Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraint 14 years ago
Tom Lane bc2a050d40 Use a non-locking initial test in TAS_SPIN on PPC. 14 years ago
Andrew Dunstan 63876d3bac Support for building with MS Visual Studio 2010. 14 years ago
Tom Lane 631beeac35 Use LWSYNC in place of SYNC/ISYNC in PPC spinlocks, where possible. 14 years ago
Tom Lane 8496c6cd77 Use 4-byte slock_t on both PPC and PPC64. 14 years ago
Tom Lane 5cfa8dd300 Use mutex hint bit in PPC LWARX instructions, where possible. 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Simon Riggs 64233902d2 Send new protocol keepalive messages to standby servers. 14 years ago
Peter Eisentraut d383c23f6f Remove support for on_exit() 14 years ago
Tom Lane 472d3935a2 Rethink representation of index clauses' mapping to index columns. 14 years ago
Tom Lane e2c2c2e8b1 Improve planner's handling of duplicated index column expressions. 14 years ago
Robert Haas d5448c7d31 Add bytea_agg, parallel to string_agg. 14 years ago
Robert Haas 99b60fc04e Catversion bump for commit 0e4611c023. 14 years ago
Robert Haas 0e4611c023 Add a security_barrier option for views. 14 years ago
Peter Eisentraut f90dd28062 Add ALTER DOMAIN ... RENAME 14 years ago
Robert Haas cbe24a6dd8 Improve behavior of concurrent CLUSTER. 14 years ago
Robert Haas d573e239f0 Take fewer snapshots. 14 years ago
Peter Eisentraut 729205571e Add support for privileges on types 14 years ago
Alvaro Herrera 05e992e90e Forgot catversion bump on previous patch 14 years ago
Tom Lane 8f57b064fd Rename updateNodeLink to spgUpdateNodeLink. 14 years ago
Alvaro Herrera 61d81bd28d Allow CHECK constraints to be declared ONLY 14 years ago
Tom Lane 9220362493 Teach SP-GiST to do index-only scans. 14 years ago
Tom Lane 3695a55513 Replace simple constant pg_am.amcanreturn with an AM support function. 14 years ago
Tom Lane 5577ca5bfb Remove bogus entries in gist point_ops operator class. 14 years ago
Tom Lane 8daeb5ddd6 Add SP-GiST (space-partitioned GiST) index access method. 14 years ago
Robert Haas 0d76b60db4 Various micro-optimizations for GetSnapshopData(). 14 years ago
Andrew Dunstan 6d09b2105f include_if_exists facility for config file. 14 years ago
Robert Haas 74a1d4fe7c Improve behavior of concurrent rename statements. 14 years ago
Robert Haas f6835ea90a Fix typo. 14 years ago
Tom Lane 2dd9322ba6 Move BKP_REMOVABLE bit from individual WAL records to WAL page headers. 14 years ago
Heikki Linnakangas 8409b60476 Revert the behavior of inet/cidr functions to not unpack the arguments. 14 years ago
Andrew Dunstan 8e461ca5a9 Remove define inadvertantly left over from testing. 14 years ago
Andrew Dunstan 1a0c76c32f Enable compiling with the mingw-w64 32 bit compiler. 14 years ago
Peter Eisentraut 5bcf8ede45 Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAME 14 years ago
Heikki Linnakangas 9f0d2bdc88 Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery, 14 years ago
Heikki Linnakangas 5d8a894e30 Cancel running query if it is detected that the connection to the client is 14 years ago
Peter Eisentraut d5f23af6bf Add const qualifiers to node inspection functions 14 years ago
Magnus Hagander 16d8e594ac Remove spclocation field from pg_tablespace 14 years ago
Tom Lane c6e3ac11b6 Create a "sort support" interface API for faster sorting. 14 years ago
Heikki Linnakangas 1e616f6391 During recovery, if we reach consistent state and still have entries in the 14 years ago