summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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-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-05Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraintPeter Eisentraut
2012-01-03Use a non-locking initial test in TAS_SPIN on PPC.Tom Lane
2012-01-03Support for building with MS Visual Studio 2010.Andrew Dunstan
2012-01-02Use LWSYNC in place of SYNC/ISYNC in PPC spinlocks, where possible.Tom Lane
2012-01-02Use 4-byte slock_t on both PPC and PPC64.Tom Lane
2012-01-02Use mutex hint bit in PPC LWARX instructions, where possible.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-31Send new protocol keepalive messages to standby servers.Simon Riggs
2011-12-27Remove support for on_exit()Peter Eisentraut
2011-12-25Rethink representation of index clauses' mapping to index columns.Tom Lane
2011-12-23Improve planner's handling of duplicated index column expressions.Tom Lane
2011-12-23Add bytea_agg, parallel to string_agg.Robert Haas
2011-12-22Catversion bump for commit 0e4611c0234d89e288a53351f775c59522baed7c.Robert Haas
2011-12-22Add a security_barrier option for views.Robert Haas
2011-12-22Add ALTER DOMAIN ... RENAMEPeter Eisentraut
2011-12-21Improve behavior of concurrent CLUSTER.Robert Haas
2011-12-21Take fewer snapshots.Robert Haas
2011-12-19Add support for privileges on typesPeter Eisentraut
2011-12-19Forgot catversion bump on previous patchAlvaro Herrera
2011-12-19Rename updateNodeLink to spgUpdateNodeLink.Tom Lane
2011-12-19Allow CHECK constraints to be declared ONLYAlvaro Herrera
2011-12-19Teach SP-GiST to do index-only scans.Tom Lane
2011-12-18Replace simple constant pg_am.amcanreturn with an AM support function.Tom Lane
2011-12-17Remove bogus entries in gist point_ops operator class.Tom Lane
2011-12-17Add SP-GiST (space-partitioned GiST) index access method.Tom Lane
2011-12-17Various micro-optimizations for GetSnapshopData().Robert Haas
2011-12-16include_if_exists facility for config file.Andrew Dunstan
2011-12-16Improve behavior of concurrent rename statements.Robert Haas
2011-12-15Fix typo.Robert Haas
2011-12-12Move BKP_REMOVABLE bit from individual WAL records to WAL page headers.Tom Lane
2011-12-12Revert the behavior of inet/cidr functions to not unpack the arguments.Heikki Linnakangas
2011-12-10Remove define inadvertantly left over from testing.Andrew Dunstan
2011-12-10Enable compiling with the mingw-w64 32 bit compiler.Andrew Dunstan
2011-12-09Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAMEPeter Eisentraut
2011-12-09Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery,Heikki Linnakangas
2011-12-09Cancel running query if it is detected that the connection to the client isHeikki Linnakangas
2011-12-07Add const qualifiers to node inspection functionsPeter Eisentraut
2011-12-07Remove spclocation field from pg_tablespaceMagnus Hagander
2011-12-07Create a "sort support" interface API for faster sorting.Tom Lane
2011-12-02During recovery, if we reach consistent state and still have entries in theHeikki Linnakangas
2011-11-30Improve table locking behavior in the face of current DDL.Robert Haas
2011-11-28Ensure that whole-row junk Vars are always of composite type.Tom Lane
2011-11-27Improve GiST range-contained-by searches by adding a flag for empty ranges.Tom Lane
2011-11-25Improve logging of autovacuum I/O activityAlvaro Herrera
2011-11-25Move "hot" members of PGPROC into a separate PGXACT array.Robert Haas