summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clean up printf arg-control test, per Kurt Roeckx.Tom Lane2005-02-242-21/+17
* 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
* Document that only a table's owner may TRUNCATE it. Per Keith Worthington.Tom Lane2005-02-221-1/+5
* 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:Bruce Momjian2005-02-221-1/+2
* Add support to port/snprintf.c for position parameter specification:Bruce Momjian2005-02-224-17/+295
* Update initdb locale/encoding documentation description. Backpatch toBruce Momjian2005-02-221-34/+36
* Try to get Borland CC to compile.Bruce Momjian2005-02-212-42/+46
* Add port mention:Bruce Momjian2005-02-211-2/+2
* Update Russian FAQ.Bruce Momjian2005-02-212-15/+16
* Clarify item:Bruce Momjian2005-02-211-2/+6
* Simplify definesTeodor Sigaev2005-02-211-5/+5
* Fix memory leak for timestamp(with and w/o tz) and indexesTeodor Sigaev2005-02-212-17/+21
* Trivial fix: change the reference to further documentation of pathkeys toNeil Conway2005-02-211-3/+3
* Fix two typos, per report from Hashem Masoud.Neil Conway2005-02-211-3/+3
* Clarify item:Bruce Momjian2005-02-211-2/+3
* Updates to the bibliography. Patch from Michael Fuhr.Neil Conway2005-02-213-29/+31
* Document the "register" and "unregister" pg_ctl subcommands, for use onNeil Conway2005-02-211-3/+63
* 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-2015-571/+1191
* 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
* Fix typo in SGML.Bruce Momjian2005-02-191-2/+2
* Add reference to the NewbieDoc Docbook Guide.Bruce Momjian2005-02-191-2/+4
* Convert MemoryContextSwitchTo() into an inline function when using GCC.Tom Lane2005-02-182-2/+28
* Update question text:Bruce Momjian2005-02-152-10/+10
* Update Momjain book URL.Bruce Momjian2005-02-152-6/+7
* Update URL for Momjian book.Bruce Momjian2005-02-152-4/+4
* Change wording:Bruce Momjian2005-02-151-2/+2
* Add mention of syntax for GRANT ALL:Bruce Momjian2005-02-151-1/+6
* Update comment on VACUUM FULL.Bruce Momjian2005-02-151-8/+13
* Fix typo:Bruce Momjian2005-02-151-2/+2
* Add:Bruce Momjian2005-02-151-1/+2
* 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
* Add:Bruce Momjian2005-02-141-1/+2
* ALTER LANGUAGE RENAME has never worked. Per Sergey Yatskevich.Tom Lane2005-02-141-2/+2