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