summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Revert accidental change to pg_config_manual.h.Robert Haas2011-10-091-1/+1
* Improve index-only scans to avoid repeated access to the index page.Tom Lane2011-10-092-2/+22
* Fix typo.Heikki Linnakangas2011-10-081-1/+1
* Try to fix memory barriers on x86_64.Robert Haas2011-10-071-5/+15
* Support index-only scans using the visibility map to avoid heap fetches.Tom Lane2011-10-0710-28/+54
* Improve and simplify CREATE EXTENSION's management of GUC variables.Tom Lane2011-10-051-1/+1
* Improve define_custom_variable's handling of pre-existing settings.Tom Lane2011-10-041-1/+1
* Remember the source GucContext for each GUC parameter.Tom Lane2011-10-041-6/+8
* Use callbacks in SlruScanDirectory for the actual actionAlvaro Herrera2011-10-041-1/+10
* Restructure error handling in reading of postgresql.conf.Tom Lane2011-10-021-1/+1
* Support GiST index support functions that want to cache data across calls.Tom Lane2011-09-301-4/+13
* Allow snapshot references to still work during transaction abort.Tom Lane2011-09-262-2/+1
* Recognize self-contradictory restriction clauses for non-table relations.Tom Lane2011-09-241-0/+2
* Memory barrier support for PostgreSQL.Robert Haas2011-09-231-0/+171
* Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps.Tom Lane2011-09-222-4/+20
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-167-85/+126
* Split walsender.h in public/private headersAlvaro Herrera2011-09-132-91/+111
* Invent a new memory context primitive, MemoryContextSetParent.Tom Lane2011-09-111-0/+2
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-111-1/+1
* Add missing format attributesPeter Eisentraut2011-09-101-1/+2
* Add datatype directory to SUBDIRS.Itagaki Takahiro2011-09-111-1/+1
* Simplify handling of the timezone GUC by making initdb choose the default.Tom Lane2011-09-092-12/+13
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-0914-144/+179
* Buffering GiST index build algorithm.Heikki Linnakangas2011-09-081-2/+180
* Fix bug introduced by pgrminclude where the tablespace version name wasBruce Momjian2011-09-072-1/+6
* Change get_variable_numdistinct's API to flag default estimates explicitly.Tom Lane2011-09-041-1/+2
* Clean up the #include mess a little.Tom Lane2011-09-0420-10/+27
* Remove unnecessary and circular #include.Tom Lane2011-09-031-1/+0
* walsender.h doesn't need xlog.h, per Tom.Bruce Momjian2011-09-031-1/+0
* Move AllowCascadeReplication() define from xlog.h to replication includeBruce Momjian2011-09-033-3/+5
* Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.Tom Lane2011-09-035-24/+10
* Teach ANALYZE to clear pg_class.relhassubclass when appropriate.Tom Lane2011-09-021-0/+2
* Improve method of avoiding fcinfo compile errors.Bruce Momjian2011-09-011-1/+1
* Add C comment about necessary NetBSD include.Bruce Momjian2011-09-011-1/+1
* Add missing hba.h include for NetBSD.Bruce Momjian2011-09-011-0/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-0147-80/+3
* setlocale() on Windows doesn't work correctly if the locale name containsHeikki Linnakangas2011-09-011-1/+12
* Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTFHeikki Linnakangas2011-09-011-9/+10
* Use a non-locking test in TAS_SPIN() on all IA64 platforms.Tom Lane2011-08-291-6/+22
* Improve spinlock performance for HP-UX, ia64, non-gcc.Robert Haas2011-08-291-11/+24
* Allow more include files to be compiled in their own by adding missingBruce Momjian2011-08-275-2/+5
* Add markers.Bruce Momjian2011-08-261-1/+1
* Add markers for skips.Bruce Momjian2011-08-261-1/+1
* Improve comments describing tsvector data structure.Tom Lane2011-08-261-25/+27
* Add missing include so include file compiles cleanly on its own.Bruce Momjian2011-08-221-0/+1
* Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.Tom Lane2011-08-211-1/+2
* Revise sinval code to remove no-longer-used tuple TID from inval messages.Tom Lane2011-08-164-25/+19
* Fix race condition in relcache init file invalidation.Tom Lane2011-08-161-1/+2
* Make USECS_PER_* timestamp macros visible even when we are not usingBruce Momjian2011-08-121-2/+0
* Remove wal_sender_delay GUC, because it's no longer useful.Tom Lane2011-08-101-1/+0