summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-10-14Fix markup.Bruce Momjian
2004-10-14Add standards URL's.Bruce Momjian
2004-10-13pg_restore wording improvement, per Peter.Bruce Momjian
2004-10-13Enable service use by Cygwin of pg_ctl.Bruce Momjian
2004-10-13Allow compiles for Cygwin /contrib modules.Bruce Momjian
2004-10-13Enable static lib builds on Win32 and Cygwin.Bruce Momjian
2004-10-13Cleanup some unnecessary void * casts when using pfree() in contrib/xmlNeil Conway
2004-10-13More minor cosmetic improvements:Neil Conway
2004-10-13Unbreak regression tests (Peter's recent checkin to executor/spi.c didNeil Conway
2004-10-13Add:Bruce Momjian
2004-10-13Clarify pg_restore --help wording.Bruce Momjian
2004-10-12Update Cygwin build to not use DLLINIT, per Cygwin report from ReiniBruce Momjian
2004-10-12Message style revisionsPeter Eisentraut
2004-10-12New translationPeter Eisentraut
2004-10-12Translation updatesPeter Eisentraut
2004-10-12Translation updatePeter Eisentraut
2004-10-12plpgsql EXIT construct forgot to downcase or quote-strip its identifierTom Lane
2004-10-12Fix vpath build break, induced by Bruce's recent commit.Neil Conway
2004-10-12Fix a copy-and-paste error: give a distinct memory context a distinctNeil Conway
2004-10-12Update reference to pgsql-server.Tom Lane
2004-10-12Add some pg_config_path.h dependencies for places that includeBruce Momjian
2004-10-11Use -fPIC not -fpic for BSDen on Sparc. Also switch fromTom Lane
2004-10-11Fix OR-index-scan planner to recognize that a partial index is usableTom Lane
2004-10-11Use native Cygwin symlinks so tablespaces work on Win95/98/ME whichBruce Momjian
2004-10-11Another try at making plpython autoconfiguration work correctly. Use aTom Lane
2004-10-11Fix pg_indexes view so that it shows the index's tablespace not theTom Lane
2004-10-11Fix typo in comment.Neil Conway
2004-10-10Cosmetic improvements/code cleanup:Neil Conway
2004-10-10Un-break plpython build for non-Windows platforms.Tom Lane
2004-10-10Remove gratuitous editorialization on rpath.Tom Lane
2004-10-09Adjust configuration-files GUC behavior as per my recent proposal.Tom Lane
2004-10-09Translation improvementPeter Eisentraut
2004-10-09Add win32 version information for pg_config Makefile.Bruce Momjian
2004-10-09Make getpid() use %d consistently for printing.Bruce Momjian
2004-10-09Add:Bruce Momjian
2004-10-09Suppress timezone output on log_line_prefix %t on Win32, because it isBruce Momjian
2004-10-09Add newline.Bruce Momjian
2004-10-08Add MinGW FAQ.Bruce Momjian
2004-10-08Move Win32 TODO items to main TODO list:Bruce Momjian
2004-10-08Rename FAQ_MSWIN to FAQ_CYGWIN.Bruce Momjian
2004-10-08Include schema name in pg_restore -l output, per request from Phil Endecott.Tom Lane
2004-10-08Another minor tweak to psql startup: set the default values for the PROMPT1,Neil Conway
2004-10-08Tweak HPUX shared-library build flags, per Shinji Teragaito.Tom Lane
2004-10-08Update CIDR regresion tests to test for network masks inside the lastBruce Momjian
2004-10-08Whack some sense into the configuration-file-location patch.Tom Lane
2004-10-08Do proper testing of CIDR bits against network mask, e.g. don't allow:Bruce Momjian
2004-10-08Pull comment down into its own paragraph.Bruce Momjian
2004-10-08Add:Bruce Momjian
2004-10-07Remove benchmark comment.Bruce Momjian
2004-10-07Change get_rule_expr so that when the input is a List, it displays theTom Lane