summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* My patch this morning was overly hasty; revert code to original state.Tom Lane2005-02-241-2/+2
* Minor code cleanup: remove a variable that was assigned to but neverNeil Conway2005-02-231-3/+2
* This patch optimizes the md5_text() function (which is used toNeil Conway2005-02-232-7/+13
* Un-break plpgsql build by removing unwanted _() usage.Tom Lane2005-02-231-2/+2
* Properly undef _(x) gettext macro.Bruce Momjian2005-02-234-6/+6
* This patch changes makes some significant changes to how compilationNeil Conway2005-02-229-922/+961
* Add semicolon so snprintf.c goto has a statement to attach to:Bruce Momjian2005-02-221-1/+2
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-2243-304/+297
* Add support to port/snprintf.c for position parameter specification:Bruce Momjian2005-02-221-15/+196
* Try to get Borland CC to compile.Bruce Momjian2005-02-212-42/+46
* Trivial fix: change the reference to further documentation of pathkeys toNeil Conway2005-02-211-3/+3
* Use SnapshotNow instead of SnapshotSelf for reading the catalogsTom Lane2005-02-201-13/+13
* Remove some no-longer-needed kluges for bootstrapping, in particularTom Lane2005-02-206-65/+17
* Rename macro to MAKE_EXPIRED_TUPLES_VISIBLE.Bruce Momjian2005-02-201-2/+2
* Fix MAKE_ALL_TUPLES_VISIBLE define.Bruce Momjian2005-02-201-2/+2
* Move define MAKE_ALL_TUPLES_VISIBLE to a more logical place.Bruce Momjian2005-02-201-6/+6
* I have added a define, MAKE_ALL_TUPLES_VISIBLE, to help people recoverBruce Momjian2005-02-201-1/+6
* Flat file cleanup phase 2: make it work for pg_group. The flat groupTom Lane2005-02-203-110/+104
* Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane2005-02-2014-550/+1146
* New arrangement to always let the bgwriter do checkpoints brokeTom Lane2005-02-191-1/+18
* Ensure that the resolved datatype of any unknown Param is propagatedTom Lane2005-02-191-6/+33
* Convert MemoryContextSwitchTo() into an inline function when using GCC.Tom Lane2005-02-182-2/+28
* Update comment on VACUUM FULL.Bruce Momjian2005-02-151-8/+13
* Document usage of gettext_noop().Bruce Momjian2005-02-151-1/+7
* Improve documentation of signal usage for HAVE_SIGPROCMASK andBruce Momjian2005-02-141-5/+9
* Improve documentation of signal usage for HAVE_SIGPROCMASK andBruce Momjian2005-02-141-1/+5
* ALTER LANGUAGE RENAME has never worked. Per Sergey Yatskevich.Tom Lane2005-02-141-2/+2
* Print file name and errno string on rmtree failure.Bruce Momjian2005-02-131-13/+17
* Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requestedBruce Momjian2005-02-131-2/+2
* Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requestedBruce Momjian2005-02-123-8/+8
* Add a regression test to verify that the stack depth checker actuallyTom Lane2005-02-112-0/+14
* Adjust input routines for float4, float8 and oid to reject the empty stringNeil Conway2005-02-1113-43/+36
* Fix ANALYZE to accumulate some minimal statistics for an all-null column.Tom Lane2005-02-111-3/+25
* Fix SPI cursor support to allow scanning the results of utility commandsTom Lane2005-02-102-15/+54
* Fixed changelog entry to list correct bug reporter.Michael Meskes2005-02-101-1/+2
* Fixed more parsing bugs in other CREATE statements as pointed out by TANIDAMichael Meskes2005-02-102-3/+8
* ALTER TABLE ADD COLUMN exhibits a significant memory leak when adding aNeil Conway2005-02-091-16/+32
* Fixed bug in parsing of CREATE AS statement.Michael Meskes2005-02-092-2/+6
* Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns outTom Lane2005-02-061-11/+62
* Fix bit-rot in ipc_test.c; it didn't include some stuff that pg_shmem.cTom Lane2005-02-051-1/+13
* Marginal hack to merge adjacent ReleaseBuffer/ReadBuffer calls intoTom Lane2005-02-051-16/+22
* Refactor some duplicated code in lock.c: create UnGrantLock(), move codeNeil Conway2005-02-041-56/+65
* Fix minor thinko in logic to set dump order when dumping from a pre-7.3Tom Lane2005-02-031-2/+2
* Ensure that all details of the ARC algorithm are hidden within freelist.c.Tom Lane2005-02-034-93/+129
* Improve performance of fmgr.c calling routines for cases with more thanTom Lane2005-02-022-102/+210
* Adjust constant-folding of CASE expressions so that the simple comparisonTom Lane2005-02-023-40/+107
* Add to release checklist:Bruce Momjian2005-02-021-0/+2
* Fixed bug in parsing of #line statement in declare section.Michael Meskes2005-02-023-5/+11
* Add support for temporary views, including documentation and regressionNeil Conway2005-02-025-12/+465
* Fix a bug induced by the list-rewrite that resulted in incrementing theNeil Conway2005-02-011-2/+2