aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Improve pgindent processing of comment after 'else'.Bruce Momjian2004-10-07
* Improve comment after 'else' handling of pgindent.Bruce Momjian2004-10-07
* Allow the spinlock test to be compiled successfully in a vpath build.Neil Conway2004-10-07
* XOR process PID into a backend's initial random seed, to ensure thatTom Lane2004-10-07
* Document what the "rep; nop" x86 assembler sequence is actually equivalentNeil Conway2004-10-06
* Capitalize some SQL keywords the previous commit missed, for consistency.Neil Conway2004-10-06
* Say "history is not supported" and remove "on this platform" for lack ofBruce Momjian2004-10-06
* Suppress psql \s help display for platforms like Win32 that don'tBruce Momjian2004-10-06
* Add mention of win32ver.rc for update for minor release.Bruce Momjian2004-10-06
* Fix improper defines for uid_t and gid_t. Had them backwards.Bruce Momjian2004-10-06
* Uppercase SQL keywords in query for clarity.Bruce Momjian2004-10-06
* This simple patch fixes a typo, ensure pg_config is removed in win32Bruce Momjian2004-10-06
* Fix pg_dumpall to use double-quote for Win32 arguments.Bruce Momjian2004-10-06
* The Win32 (mingw) build of libpq seems to have lost it's SSL libs fromBruce Momjian2004-10-06
* Use #define instead of typedef for plperl because perl definesBruce Momjian2004-10-06
* Update win32ver.rc to 8,0,000,000. Mention it needs updating inBruce Momjian2004-10-06
* Improve consistency of win32 version sed script.Bruce Momjian2004-10-06
* Fix for Win32 file version sed macro, per report from Dave Page.Bruce Momjian2004-10-06
* Here is a patch to fix win32 ssl builds. Summary of changes:Bruce Momjian2004-10-06
* Allow plpython to build on Win32.Bruce Momjian2004-10-06
* Adjustment to test on unix domain socket variable for pg_hba.confBruce Momjian2004-10-06
* Remove pg_hba.conf 'local' line for Win32 because it doesn't support unix domainBruce Momjian2004-10-06
* please find attached an alternate submission which addresses open itemBruce Momjian2004-10-06
* Slightly rearrange psql startup code so that we read psqlrc before printingNeil Conway2004-10-06
* Add Win32 version info to client binaries.Bruce Momjian2004-10-05
* Add distclean target to pgevent.Bruce Momjian2004-10-05
* Another tightening of Win32 typedefs.Bruce Momjian2004-10-05
* Fix typo in recent Win32 typedef change.Bruce Momjian2004-10-05
* Remove unused Win32 defines, convert them to typdefs, per suggestionBruce Momjian2004-10-05
* '::' is no longer interpreted as a variable in a prepare statement.Michael Meskes2004-10-05
* License cleanup: crypt.c and qsort.c to latest NetBSD CVS sources, toNeil Conway2004-10-05
* Remove arithmetic operators on the 1-byte-char datatype, as per proposalsTom Lane2004-10-04
* Correct the volatility labeling of ten timestamp-related functions,Tom Lane2004-10-04
* PortalRun must guard against the possibility that the portal it'sTom Lane2004-10-04
* Make sure no libs use libpgport by removing it from the link line.Bruce Momjian2004-10-04
* Fix MinGW link failure with new libpgport processing.Bruce Momjian2004-10-04
* Readd -DFRONTEND to client makefiles because it still affects win32.hBruce Momjian2004-10-04
* Fix warnings from crypt.c compile.Bruce Momjian2004-10-04
* Comment out unused variable.Bruce Momjian2004-10-04
* Suppress getppid test on WIN32, per Dave Page.Tom Lane2004-10-04
* Detect overflow in integer arithmetic operators (integer, smallint, andTom Lane2004-10-04
* Make libpgport be front-end only and make libpgport_srv be a backendBruce Momjian2004-10-04
* Translation updatePeter Eisentraut2004-10-03
* Translation updatesPeter Eisentraut2004-10-03
* Add regression test inspired by Sebastian Böck.Tom Lane2004-10-03
* Clean up handling of inherited-table update queries, per bug reportTom Lane2004-10-02
* Update length from 75 to 79.Bruce Momjian2004-10-02
* Convert pg_stat_get_backend_idset to use the existing SRF support.Tom Lane2004-10-01
* fmgr_security_definer had better do a PG_TRY to ensure the outer useridTom Lane2004-10-01
* Adjust postmaster to recognize that a lockfile containing its parent's PIDTom Lane2004-10-01