summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-127-17/+48
* Allow commenting of variables in postgresql.conf to restore them toBruce Momjian2006-08-111-5/+9
* Refactor GUC set_config_option function:Bruce Momjian2006-08-111-1/+4
* Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged haveTom Lane2006-08-102-4/+5
* Return inline to win32.h because code was OK, but keep additionalBruce Momjian2006-08-102-13/+11
* Move "#define inline __inline" from port/win32.h to c.h because Win32Bruce Momjian2006-08-102-5/+13
* Formatting improvement.Bruce Momjian2006-08-091-2/+2
* Add a feature for automatic initialization and finalization of dynamicallyTom Lane2006-08-082-4/+5
* Fix definition of "errcode" for MSVC.Bruce Momjian2006-08-082-4/+5
* For protocol-level prepare/bind/execute:Bruce Momjian2006-08-081-1/+3
* Make recovery from WAL be restartable, by executing a checkpoint-likeTom Lane2006-08-075-7/+14
* Add support for forcing a switch to a new xlog file; cause such a switchTom Lane2006-08-064-5/+18
* Fix domain_in() bug exhibited by Darcy Buskermolen. The idea of an EStateTom Lane2006-08-042-3/+4
* Arrange for ValuesScan to keep per-sublist expression eval state in aTom Lane2006-08-021-3/+10
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-0210-30/+113
* Add support for loadable modules to allocated shared memory andBruce Momjian2006-08-013-3/+17
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-319-48/+46
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-317-18/+78
* Modify snapshot definition so that lazy vacuums are ignored by otherAlvaro Herrera2006-07-302-5/+8
* Fix WIN32 wait() return value macros to be accurate, particularlyBruce Momjian2006-07-301-6/+11
* Don't use #include <crtdefs.h> for MSVC <= 1400.Bruce Momjian2006-07-291-1/+3
* Adjust initialization sequence for timezone_abbreviations so thatTom Lane2006-07-291-1/+3
* SQL2003-standard statistical aggregates, by Sergey Koposov. I've added onlyTom Lane2006-07-285-7/+75
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-276-17/+21
* Allow units to be specified with configuration settings.Peter Eisentraut2006-07-271-1/+10
* Code review for bigint-LIMIT patch. Fix missed planner dependency,Tom Lane2006-07-264-10/+13
* Convert effective_cache_size to an integer, for better integration withPeter Eisentraut2006-07-261-3/+3
* Change LIMIT/OFFSET to use int8Bruce Momjian2006-07-263-8/+10
* Modify btree to delete known-dead index entries without an actual VACUUM.Tom Lane2006-07-251-1/+3
* Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane2006-07-255-9/+46
* DTrace support, with a small initial set of probesPeter Eisentraut2006-07-243-1/+61
* Convert the lock manager to use the new dynahash.c support for partitionedTom Lane2006-07-232-16/+31
* Split the buffer mapping table into multiple separately lockableTom Lane2006-07-233-18/+37
* Add support to dynahash.c for partitioning shared hashtables accordingTom Lane2006-07-221-76/+22
* In the recent changes to make the planner account better for cacheTom Lane2006-07-222-4/+4
* Add the full set of comparison functions for type TID, including a btreeTom Lane2006-07-218-38/+76
* Update WIN32 quoting roles documentation.Bruce Momjian2006-07-191-3/+19
* Mark a few functions as static or NOT_USED.Bruce Momjian2006-07-181-2/+1
* In a Windows backend, don't build src/port/pgsleep.c's version ofTom Lane2006-07-161-6/+1
* Fix lack of repeat-inclusion guard in win32 substitute sys/socket.h.Tom Lane2006-07-161-1/+9
* Fix some missing inclusions identified with new pgcheckdefines tool.Tom Lane2006-07-151-1/+2
* More include file adjustments.Bruce Momjian2006-07-139-22/+9
* More include file adjustments.Bruce Momjian2006-07-1312-17/+28
* Allow include files to compile own their own.Bruce Momjian2006-07-1343-103/+73
* Remove trailing comma from CreateStmtLikeOption enum definition. ThisNeil Conway2006-07-131-2/+2
* Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so thatTom Lane2006-07-113-8/+12
* Add support to GIN for =(anyarray,anyarray) operationTeodor Sigaev2006-07-112-3/+33
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-112-13/+13
* Alphabetically order reference to include files, "G" - "M".Bruce Momjian2006-07-111-2/+2
* GIN improvementsTeodor Sigaev2006-07-111-5/+10