summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-02-24My patch this morning was overly hasty; revert code to original state.Tom Lane
2005-02-23Minor code cleanup: remove a variable that was assigned to but neverNeil Conway
2005-02-23This patch optimizes the md5_text() function (which is used toNeil Conway
2005-02-23Un-break plpgsql build by removing unwanted _() usage.Tom Lane
2005-02-23Properly undef _(x) gettext macro.Bruce Momjian
2005-02-22This patch changes makes some significant changes to how compilationNeil Conway
2005-02-22Add semicolon so snprintf.c goto has a statement to attach to:Bruce Momjian
2005-02-22Use _() macro consistently rather than gettext(). Add translationBruce Momjian
2005-02-22Add support to port/snprintf.c for position parameter specification:Bruce Momjian
2005-02-21Try to get Borland CC to compile.Bruce Momjian
2005-02-21Trivial fix: change the reference to further documentation of pathkeys toNeil Conway
2005-02-20Use SnapshotNow instead of SnapshotSelf for reading the catalogsTom Lane
2005-02-20Remove some no-longer-needed kluges for bootstrapping, in particularTom Lane
2005-02-20Rename macro to MAKE_EXPIRED_TUPLES_VISIBLE.Bruce Momjian
2005-02-20Fix MAKE_ALL_TUPLES_VISIBLE define.Bruce Momjian
2005-02-20Move define MAKE_ALL_TUPLES_VISIBLE to a more logical place.Bruce Momjian
2005-02-20I have added a define, MAKE_ALL_TUPLES_VISIBLE, to help people recoverBruce Momjian
2005-02-20Flat file cleanup phase 2: make it work for pg_group. The flat groupTom Lane
2005-02-20Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane
2005-02-19New arrangement to always let the bgwriter do checkpoints brokeTom Lane
2005-02-19Ensure that the resolved datatype of any unknown Param is propagatedTom Lane
2005-02-18Convert MemoryContextSwitchTo() into an inline function when using GCC.Tom Lane
2005-02-15Update comment on VACUUM FULL.Bruce Momjian
2005-02-15Document usage of gettext_noop().Bruce Momjian
2005-02-14Improve documentation of signal usage for HAVE_SIGPROCMASK andBruce Momjian
2005-02-14Improve documentation of signal usage for HAVE_SIGPROCMASK andBruce Momjian
2005-02-14ALTER LANGUAGE RENAME has never worked. Per Sergey Yatskevich.Tom Lane
2005-02-13Print file name and errno string on rmtree failure.Bruce Momjian
2005-02-13Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requestedBruce Momjian
2005-02-12Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requestedBruce Momjian
2005-02-11Add a regression test to verify that the stack depth checker actuallyTom Lane
2005-02-11Adjust input routines for float4, float8 and oid to reject the empty stringNeil Conway
2005-02-11Fix ANALYZE to accumulate some minimal statistics for an all-null column.Tom Lane
2005-02-10Fix SPI cursor support to allow scanning the results of utility commandsTom Lane
2005-02-10Fixed changelog entry to list correct bug reporter.Michael Meskes
2005-02-10Fixed more parsing bugs in other CREATE statements as pointed out by TANIDAMichael Meskes
2005-02-09ALTER TABLE ADD COLUMN exhibits a significant memory leak when adding aNeil Conway
2005-02-09Fixed bug in parsing of CREATE AS statement.Michael Meskes
2005-02-06Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns outTom Lane
2005-02-05Fix bit-rot in ipc_test.c; it didn't include some stuff that pg_shmem.cTom Lane
2005-02-05Marginal hack to merge adjacent ReleaseBuffer/ReadBuffer calls intoTom Lane
2005-02-04Refactor some duplicated code in lock.c: create UnGrantLock(), move codeNeil Conway
2005-02-03Fix minor thinko in logic to set dump order when dumping from a pre-7.3Tom Lane
2005-02-03Ensure that all details of the ARC algorithm are hidden within freelist.c.Tom Lane
2005-02-02Improve performance of fmgr.c calling routines for cases with more thanTom Lane
2005-02-02Adjust constant-folding of CASE expressions so that the simple comparisonTom Lane
2005-02-02Add to release checklist:Bruce Momjian
2005-02-02Fixed bug in parsing of #line statement in declare section.Michael Meskes
2005-02-02Add support for temporary views, including documentation and regressionNeil Conway
2005-02-01Fix a bug induced by the list-rewrite that resulted in incrementing theNeil Conway