summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2011-11-25Fix unsupported options in CREATE TABLE ... AS EXECUTE.Tom Lane
2011-11-23Remove user-selectable ANALYZE option for range types.Tom Lane
2011-11-23Remove zero- and one-argument range constructor functions.Tom Lane
2011-11-22Improve implementation of range-contains-element tests.Tom Lane
2011-11-22Still more review for range-types patch.Tom Lane
2011-11-21More code review for rangetypes patch.Tom Lane
2011-11-21Further code review for range types patch.Tom Lane
2011-11-18Further review of range-types patch.Tom Lane
2011-11-18Do missed autoheader run for previous commit.Tom Lane
2011-11-18Further consolidation of DROP statement handling.Robert Haas
2011-11-17Declare range inclusion operators as taking anyelement not anynonarray.Tom Lane
2011-11-17Remove ancient downcasing code from procedural language operations.Robert Haas
2011-11-16Code review for range-types catalog entries.Tom Lane
2011-11-15Restructure function-internal caching in the range type code.Tom Lane
2011-11-15Fix alignment and toasting bugs in range types.Tom Lane
2011-11-14Fix copyright notices, other minor editing in new range-types code.Tom Lane
2011-11-13Wakeup WALWriter as needed for asynchronous commit performance.Simon Riggs
2011-11-10Revert removal of trace_userlocks, because userlocks aren't gone.Robert Haas
2011-11-10Fix server header file installation with vpath buildsPeter Eisentraut
2011-11-09In COPY, insert tuples to the heap in batches.Heikki Linnakangas
2011-11-09Wrap appendrel member outputs in PlaceHolderVars in additional cases.Tom Lane
2011-11-08Make DatumGetInetP() unpack inet datums with a 1-byte header, and addHeikki Linnakangas
2011-11-08Make VACUUM avoid waiting for a cleanup lock, where possible.Robert Haas
2011-11-06Oops, forgot to fix the catversion when I committed the range types patch.Heikki Linnakangas
2011-11-04Move user functions related to WAL into xlogfuncs.cSimon Riggs
2011-11-03Improve comments for TSLexeme data structure.Tom Lane
2011-11-03Support range data types.Heikki Linnakangas
2011-11-03Fix handling of PlaceHolderVars in nestloop parameter management.Tom Lane
2011-11-02Refactor xlog.c to create src/backend/postmaster/startup.cSimon Riggs
2011-11-02Derive oldestActiveXid at correct time for Hot Standby.Simon Riggs
2011-11-02Fix timing of Startup CLOG and MultiXact during Hot StandbySimon Riggs
2011-11-01Fix race condition with toast table access from a stale syscache entry.Tom Lane
2011-11-01Split work of bgwriter between 2 processes: bgwriter and checkpointer.Simon Riggs
2011-10-29Improve make_greater_string() with encoding-specific incrementers.Robert Haas