summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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-18Defend against null scankeys in spgist searches.Tom Lane
2011-12-17Fix some long-obsolete references to XLogOpenRelation.Tom Lane
2011-12-17Fix compiler warning seen on 64-bit machine.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 ALTER <relation> .. SET SCHEMA.Robert Haas
2011-12-16Improve behavior of concurrent rename statements.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-10Miscellaneous cleanup to silence compiler warnings seen on Mingw.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-07Fix corner cases in readlink() usage.Tom Lane
2011-12-07Better error reporting if the link target is too longMagnus Hagander
2011-12-07Avoid using readlink() on platforms that don't support itMagnus Hagander
2011-12-07Remove spclocation field from pg_tablespaceMagnus Hagander
2011-12-07Create a "sort support" interface API for faster sorting.Tom Lane
2011-12-06Typo fixes for commit 2ad36c4e44c8b513f6155656e1b7a8d26715bb94.Robert Haas
2011-12-05Remove troublesome Asserts in cost_mergejoin().Tom Lane
2011-12-02During recovery, if we reach consistent state and still have entries in theHeikki Linnakangas
2011-12-01Fix getTypeIOParam to support type record[].Tom Lane
2011-11-30Improve table locking behavior in the face of current DDL.Robert Haas
2011-11-30Tweak previous patch to ensure edata->filename always gets initialized.Tom Lane
2011-11-30Strip file names reported in error messages in vpath buildsPeter Eisentraut
2011-11-30Prevent autovacuum transactions from running in serializable mode.Tom Lane
2011-11-29When a row fails a not-null constraint, show row's contents in errdetail.Tom Lane
2011-11-29When a row fails a CHECK constraint, show row's contents in errdetail.Tom Lane
2011-11-29Make some minor formatting improvements to what pgindent did.Tom Lane
2011-11-29Disallow deletion of CurrentExtensionObject while running extension script.Tom Lane
2011-11-28Pgindent clauses.c, per request from Tom.Bruce Momjian
2011-11-28Convert eval_const_expressions's long series of IsA tests into a switch.Tom Lane
2011-11-28Ensure that whole-row junk Vars are always of composite type.Tom Lane
2011-11-27Use IEEE infinity, not 1e10, for null-and-not-null case in gistpenalty().Tom Lane
2011-11-27Improve GiST range-contained-by searches by adding a flag for empty ranges.Tom Lane
2011-11-26Make GiST index searches smarter about queries against empty ranges.Tom Lane
2011-11-26Take fillfactor into account in the new COPY bulk heap insert code.Heikki Linnakangas
2011-11-25Improve logging of autovacuum I/O activityAlvaro Herrera
2011-11-25Fix erroneous replay of GIN_UPDATE_META_PAGE WAL records.Tom Lane
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-23Adjust range_adjacent to support different canonicalization rules.Tom Lane
2011-11-23Creator of a range type must have permission to call support functions.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