Commit Graph

5649 Commits (61d81bd28dbec65a6b144e0cd3d0bfe25913c3ac)

Author SHA1 Message Date
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
Robert Haas 2ad36c4e44 Improve table locking behavior in the face of current DDL. 14 years ago
Tom Lane dd3bab5fd7 Ensure that whole-row junk Vars are always of composite type. 14 years ago
Tom Lane c66e4f138b Improve GiST range-contained-by searches by adding a flag for empty ranges. 14 years ago
Alvaro Herrera 9d3b502443 Improve logging of autovacuum I/O activity 14 years ago
Robert Haas ed0b409d22 Move "hot" members of PGPROC into a separate PGXACT array. 14 years ago
Tom Lane 9ed439a9c0 Fix unsupported options in CREATE TABLE ... AS EXECUTE. 14 years ago
Tom Lane 74c1723fc8 Remove user-selectable ANALYZE option for range types. 14 years ago
Tom Lane df73584431 Remove zero- and one-argument range constructor functions. 14 years ago
Tom Lane cddc819e45 Improve implementation of range-contains-element tests. 14 years ago
Tom Lane 766948bedd Still more review for range-types patch. 14 years ago
Tom Lane a4ffcc8e11 More code review for rangetypes patch. 14 years ago
Tom Lane b985d48779 Further code review for range types patch. 14 years ago
Tom Lane a1a233af66 Further review of range-types patch. 14 years ago
Tom Lane f6438f6622 Do missed autoheader run for previous commit. 14 years ago
Robert Haas fc6d1006bd Further consolidation of DROP statement handling. 14 years ago
Tom Lane 709aca5960 Declare range inclusion operators as taking anyelement not anynonarray. 14 years ago
Robert Haas 67dc4eed42 Remove ancient downcasing code from procedural language operations. 14 years ago
Tom Lane 4509033a00 Code review for range-types catalog entries. 14 years ago
Tom Lane 37ee4b75db Restructure function-internal caching in the range type code. 14 years ago
Tom Lane ad50934eaa Fix alignment and toasting bugs in range types. 14 years ago
Tom Lane f158536285 Fix copyright notices, other minor editing in new range-types code. 14 years ago
Simon Riggs 4de82f7d7c Wakeup WALWriter as needed for asynchronous commit performance. 14 years ago
Robert Haas 71b2b657c0 Revert removal of trace_userlocks, because userlocks aren't gone. 14 years ago
Peter Eisentraut 409b8c75ba Fix server header file installation with vpath builds 14 years ago
Heikki Linnakangas d326d9e8ea In COPY, insert tuples to the heap in batches. 14 years ago
Tom Lane 57664ed25e Wrap appendrel member outputs in PlaceHolderVars in additional cases. 14 years ago
Heikki Linnakangas 3b8161723c Make DatumGetInetP() unpack inet datums with a 1-byte header, and add 14 years ago
Robert Haas bbb6e559c4 Make VACUUM avoid waiting for a cleanup lock, where possible. 14 years ago
Heikki Linnakangas 780571cc9f Oops, forgot to fix the catversion when I committed the range types patch. 14 years ago
Simon Riggs a030bfa6e4 Move user functions related to WAL into xlogfuncs.c 14 years ago