summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut2003-12-123-7/+7
* Fix thinko in comment.Tom Lane2003-12-111-2/+2
* catversion change needed by previous read-onlu GUC variables commit.Joe Conway2003-12-031-2/+2
* Added new group of read-only GUC variables to allow simple accessJoe Conway2003-12-031-2/+3
* Planner failed to be smart about binary-compatible expressions in pathkeysTom Lane2003-12-031-1/+2
* Add a warning to AtEOXact_SPI() to catch cases where the currentJoe Conway2003-12-021-2/+2
* The attached patch enables contrib/cube to build cleanly under CygwinBruce Momjian2003-12-011-2/+2
* Avoid assuming that type key_t is 32 bits, since it reportedly isn'tTom Lane2003-12-011-4/+2
* This patch adds a new GUC var, "default_with_oids", which follows theBruce Momjian2003-12-011-1/+3
* Try to reduce confusion about what is a lock method identifier, a lockBruce Momjian2003-12-013-35/+34
* Attached is a patch implementing factorial(), returning numeric. PointsBruce Momjian2003-12-014-26/+9
* Bump all version numbers and version stamps mentioned in RELEASE_CHANGES.Bruce Momjian2003-11-301-2/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29287-287/+287
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-297-7/+7
* Get rid of hashkeys field of Hash plan node, since it's redundant withTom Lane2003-11-251-2/+2
* Install all the headers files that the ones that are already installedPeter Eisentraut2003-11-251-1/+3
* Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.Peter Eisentraut2003-11-241-4/+4
* COMMENT ON casts, conversions, languages, operator classes, andTom Lane2003-11-212-2/+4
* Background writer processJan Wieck2003-11-193-6/+20
* 2nd try for the ARC strategy.Jan Wieck2003-11-132-11/+36
* ARC strategy backed out ... sorryJan Wieck2003-11-132-36/+11
* Update for 7.4 release.Bruce Momjian2003-11-131-2/+2
* Replacement of the buffer replacement strategy with an ARCJan Wieck2003-11-132-11/+36
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-1214-380/+456
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-0915-231/+107
* Cause stats processes to detach from shared memory when started, so thatTom Lane2003-11-071-1/+2
* Implement isolation levels read uncommitted and repeatable read as actingPeter Eisentraut2003-11-061-3/+9
* Improve message wording for spinlocks-missing compilation error.Peter Eisentraut2003-11-041-2/+2
* Fix some corner cases in ACL manipulation: don't foul up on an emptyTom Lane2003-10-291-15/+25
* Update for m68k from Peter.Bruce Momjian2003-10-261-1/+1
* Fix #elif typo.Bruce Momjian2003-10-261-1/+1
* Update linux/mips port.Bruce Momjian2003-10-261-0/+5
* Fix built-in SQL-language functions to ensure that referenced namesTom Lane2003-10-212-26/+26
* Revert to 7.3-and-before practice of only including <fcntl.h> in c.hTom Lane2003-10-211-1/+3
* Update catalog version after information schema changes.Peter Eisentraut2003-10-201-2/+2
* Cleanup on --help-config: Now called --describe-config, no further options,Peter Eisentraut2003-10-181-2/+2
* Set attstattarget to -1 for all system catalog columns. All but a fewTom Lane2003-10-161-153/+153
* Fix bad interaction between NOTIFY processing and V3 extended queryTom Lane2003-10-161-1/+2
* Remove void* in MemSet until we understand the gcc 3.3.1 problem better.Bruce Momjian2003-10-141-3/+2
* Add void * cast to MemSet to silence compiler, and add comment that weBruce Momjian2003-10-111-2/+3
* Rename __arm__/__arm__ to __arm__/__arm, found by Neil ConwayBruce Momjian2003-10-101-2/+2
* During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows usingTom Lane2003-10-061-1/+4
* Fix pg_get_constraintdef() to ensure CHECK constraints are always shownTom Lane2003-10-041-2/+1
* Repair RI trigger visibility problems (this time for sure ;-)) per recentTom Lane2003-10-015-12/+13
* Adjust btree index build procedure so that the btree metapage looksTom Lane2003-09-291-2/+3
* Fix #error message to mention renamed option --disable-spinlocks.Bruce Momjian2003-09-291-2/+2
* Add a mechanism to let dynamically loaded modules register post-commit/Tom Lane2003-09-281-4/+10
* Move -D_GNU_SOURCE hack from port header to template, so thatTom Lane2003-09-261-6/+0
* Get rid of ReferentialIntegritySnapshotOverride by extending Executor APITom Lane2003-09-255-21/+17
* Repair some REINDEX problems per recent discussions. The relcache isTom Lane2003-09-245-22/+19