aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Add DOMAIN check constraints.Bruce Momjian2002-11-15
* Add checkpoint_warning to warn of excessive checkpoints caused by tooBruce Momjian2002-11-15
* Push qual clauses containing subplans to the back of the qual listTom Lane2002-11-15
* Rename hostname_lookup to log_hostname.Bruce Momjian2002-11-15
* Rename show_source_port to log_source_port.Bruce Momjian2002-11-15
* Rename show_btree_build_stats to log_btree_build_statsBruce Momjian2002-11-15
* Rename:Bruce Momjian2002-11-15
* Rename server_min_messages to log_min_messages. Part of consolidationBruce Momjian2002-11-14
* Fix planning bug introduced in recent code reorganization for hashedTom Lane2002-11-14
* Applied patch submitted by Mats Lofkvist fixing serious threading problem int...Barry Lind2002-11-14
* There was an error in the gcc portion of the patch I sent you. Here isBruce Momjian2002-11-14
* Allow +1300 as a numeric timezone specifier; we already accept FJST as meanin...Tom Lane2002-11-13
* Use cat instead of echo or awk, to avoid portability problems with backslashes.Tom Lane2002-11-13
* Update xact.c comments for clarity.Bruce Momjian2002-11-13
* Make MOVE/FETCH 0 actually move/fetch 0. Add MOVE LAST to move to endBruce Momjian2002-11-13
* Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian2002-11-13
* Split MemSet into three parts to constant comparisons can be optimizedBruce Momjian2002-11-13
* Update AIX resultmap for horology tests, per Andreas.Tom Lane2002-11-12
* Improve comment: add note that grotty special case in mdread() isTom Lane2002-11-12
* Fix broken GB18030 <--> UTF-8 conversion mapTatsuo Ishii2002-11-12
* Remove NO_MKTIME_BEFORE_1970. I had speculated that it was not neededTom Lane2002-11-12
* Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane2002-11-11
* Fixes bug where join to pg_description was incorrect. Also modifies theBarry Lind2002-11-11
* Add cast to suppress compile warning on Alphas.Tom Lane2002-11-11
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-11
* Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian2002-11-10
* Add palloc0 function to inline MemSet for newNode call.Bruce Momjian2002-11-10
* This trivial patch removes 2 unused defines from pg_config.h.in:Bruce Momjian2002-11-10
* I am attaching a patch file that will replace the previous one. It onlyBruce Momjian2002-11-10
* This patch makes a minor cleanup to the implementation of PERFORM inBruce Momjian2002-11-10
* > > I'll re-check that with the ppc architecture guy here.Bruce Momjian2002-11-10
* I just discovered, that there is missing a const when passing a bufferBruce Momjian2002-11-10
* Tweak CREATE SEQUENCE grammar to be more SQL1999 standards compliant.Bruce Momjian2002-11-10
* Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }]Bruce Momjian2002-11-09
* This patch removes a bunch of superfluous #include directives: ifBruce Momjian2002-11-08
* Revise geometry regression testing to eliminate most cross-platformTom Lane2002-11-08
* Here is a patch that does just that, while maintaining theBruce Momjian2002-11-08
* Replace imprecise value of PI with a better one, and tweak circle_polyTom Lane2002-11-08
* Add extra_float_digits GUC parameter to allow adjustment of displayedTom Lane2002-11-08
* The "Allow easy display of usernames in a group (pg_hba.conf uses groupsBruce Momjian2002-11-08
* Add #define _GNU_SOURCE to work around what seems to be Perl 5.8.0'sTom Lane2002-11-07
* Move substitute extern declarations to end of file, so that they areTom Lane2002-11-07
* Remove inappropriate inclusions of OpenSSL internal header e_os.h,Tom Lane2002-11-07
* Synced parser one more time.Michael Meskes2002-11-07
* Remove no-longer-needed inclusions to improve backward compatibilityTom Lane2002-11-07
* Phase 2 of hashed-aggregation project. nodeAgg.c now knows how to doTom Lane2002-11-06
* First phase of implementing hash-based grouping/aggregation. An AGG planTom Lane2002-11-06
* Fix inclusion order, per Andreas.Tom Lane2002-11-04
* Remove unnecessary inclusion, per Andreas.Tom Lane2002-11-04
* Remove no-longer-needed inclusion of bootstrap_tokens.h, per patchTom Lane2002-11-04