summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-04-04Handle cp, rm, and exec for Win32.Bruce Momjian
2003-04-04Fix some signed-vs-unsigned-int issues; make print_aligned_verticalTom Lane
2003-04-04Tighten up register usage for inline PPC version of tas().Tom Lane
2003-04-04Put the isync where it's supposed to be.Tom Lane
2003-04-04Avoid repeated computation of the constants date2j(1970, 1, 1) andTom Lane
2003-04-04Code review for pg_stat_get_backend_activity_start patch --- fixTom Lane
2003-04-03Remove zero_damaged_pages from postgresql.conf.sample; the only way toTom Lane
2003-04-03Prevent EXPLAIN (without ANALYZE) SELECT ... INTO from creating an INTOTom Lane
2003-04-03Don't re-invent the strchr() wheel.Tom Lane
2003-04-03Fix load_user/load_group to not leave dangling pointers around if theTom Lane
2003-04-03const-ify functions used with completion_matches(), to suppressTom Lane
2003-04-03Repair incorrect checking of grouped/ungrouped variables in the presenceTom Lane
2003-04-03Add prototype for toupper/tolower().Bruce Momjian
2003-04-02Done in previous release:Bruce Momjian
2003-04-02Fix buffer overrun in to_ascii(), per report from Guido Notari.Tom Lane
2003-04-02Fix convSockAddr6to4(): eliminate bogus assumptions about byte ordering,Tom Lane
2003-04-02Fix platform-dependent failure introduced by recent to_char changesTom Lane
2003-04-02This is a derived file and should never have been added to CVS.Tom Lane
2003-04-02Whack getaddrinfo() patch around until it works, more or less, onTom Lane
2003-04-01Add missing semicolon.Tom Lane
2003-04-01More patches for informix compatibility.Michael Meskes
2003-04-01Update Russian FAQ, from Viktor VislobokovBruce Momjian
2003-03-31Please, apply patch for contrib/ltree to current CVS and 7.3.2Bruce Momjian
2003-03-31Skip START WITH in sequence definition when it's the default value --Bruce Momjian
2003-03-31The following patch cleans up the deferred trigger mechanism. There isBruce Momjian
2003-03-31TestConfiguration returns int, not bool. This mistake is relativelyTom Lane
2003-03-30Fix broken markup.Tom Lane
2003-03-30Properly document default value of log_min_error_statement in postgresql.conf.Bruce Momjian
2003-03-30Forgot two new files and one that was moved.Michael Meskes
2003-03-30Moved Informix stuff to its own compat library. Interval datetype is now full...Michael Meskes
2003-03-29Simplify the socket handling code by supplying a replacement getaddrinfo()Peter Eisentraut
2003-03-29[ Backpatch to 7.3.X.]Bruce Momjian
2003-03-29[ Backpatch to 7.3.X.]Bruce Momjian
2003-03-28Add code to apply some simple sanity checks to the header fields of aTom Lane
2003-03-28Regression output didn't get updated to match recent commit.Tom Lane
2003-03-28Fix NULL casting warning, pointed out by Joe ConwayBruce Momjian
2003-03-28Fix number of columns in SGML, from Weiping HeBruce Momjian
2003-03-27Fix bogus coding of SET DEFAULT ri triggers ... or at least make it lessTom Lane
2003-03-27Add <stdlib> to add calloc() prototype.Bruce Momjian
2003-03-27Fix syntax error in to_char fixes --- was defining variable in main codeBruce Momjian
2003-03-27It may not be obvious to you, but the plpython regression testsBruce Momjian
2003-03-27New \d format:Bruce Momjian
2003-03-27Add new file.Bruce Momjian
2003-03-27Add new files.Bruce Momjian
2003-03-27This patch implements holdable cursors, following the proposalBruce Momjian
2003-03-27Remove email file.Bruce Momjian
2003-03-27Done:Bruce Momjian
2003-03-27* Make pg_get_triggerdef documentation consistent with other pg_get_Bruce Momjian
2003-03-27Attached are two patches for psql's tab-completion.c.Bruce Momjian
2003-03-27AddsBruce Momjian