Commit Graph

18649 Commits (4542581bf1120c0ce706ee6029a723abc8147d60)
 

Author SHA1 Message Date
Bruce Momjian 4542581bf1 Adjustment to test on unix domain socket variable for pg_hba.conf 21 years ago
Bruce Momjian c93872d891 Remove pg_hba.conf 'local' line for Win32 because it doesn't support unix domain 21 years ago
Bruce Momjian 513e89b44b please find attached an alternate submission which addresses open item 21 years ago
Neil Conway d42d427252 Slightly rearrange psql startup code so that we read psqlrc before printing 21 years ago
Bruce Momjian da67c919d9 Add Win32 version info to client binaries. 21 years ago
Bruce Momjian abef6b5162 Add distclean target to pgevent. 21 years ago
Bruce Momjian a992bd8c6d Another tightening of Win32 typedefs. 21 years ago
Bruce Momjian 4d47db363b Fix typo in recent Win32 typedef change. 21 years ago
Bruce Momjian 2def476de3 Remove unused Win32 defines, convert them to typdefs, per suggestion 21 years ago
Michael Meskes a79f8195de '::' is no longer interpreted as a variable in a prepare statement. 21 years ago
Neil Conway 125bb6cee4 Pickup fix from upstream OpenBSD sources: mark a read-only local array as 21 years ago
Neil Conway af7849f184 License cleanup: crypt.c and qsort.c to latest NetBSD CVS sources, to 21 years ago
Tom Lane 1b7f214071 Refer to ll_to_earth() function by its actual name. 21 years ago
Tom Lane 6c61af6654 Remove arithmetic operators on the 1-byte-char datatype, as per proposals 21 years ago
Tom Lane 1ab415596d Correct the volatility labeling of ten timestamp-related functions, 21 years ago
Tom Lane 4c77cbb272 PortalRun must guard against the possibility that the portal it's 21 years ago
Bruce Momjian ee7de3d662 Make sure no libs use libpgport by removing it from the link line. 21 years ago
Bruce Momjian 2e8252d67a Fix MinGW link failure with new libpgport processing. 21 years ago
Bruce Momjian 314cef0f12 Update comment on int64 printf speciifications for MinGW: 21 years ago
Bruce Momjian b5ddfb4bd0 Readd -DFRONTEND to client makefiles because it still affects win32.h 21 years ago
Bruce Momjian 0ac4ced0b9 Add CVS URL for docs. 21 years ago
Bruce Momjian 63dabb39cd Fix warnings from crypt.c compile. 21 years ago
Bruce Momjian f95ff4b978 Comment out unused variable. 21 years ago
Tom Lane 9a31c9b7b8 Suppress getppid test on WIN32, per Dave Page. 21 years ago
Tom Lane 4171bb869f Detect overflow in integer arithmetic operators (integer, smallint, and 21 years ago
Bruce Momjian 24201b4bc6 Make libpgport be front-end only and make libpgport_srv be a backend 21 years ago
Neil Conway 3da69bd18c Fix error in setseed() docs: "int32" is not a (SQL) type, but "integer" is. 21 years ago
Neil Conway e374dfc119 Document that the semicolon following the final "END" in a function body 21 years ago
Peter Eisentraut 8d5ff6bad1 Translation update 21 years ago
Peter Eisentraut 0654f0f669 Translation updates 21 years ago
Tom Lane b3c4d69852 Add regression test inspired by Sebastian Böck. 21 years ago
Tom Lane 47aa95e951 Clean up handling of inherited-table update queries, per bug report 21 years ago
Bruce Momjian 19241421f2 Update Farsi FAQ in ASCII. 21 years ago
Bruce Momjian b3f2b19218 Update length from 75 to 79. 21 years ago
Tom Lane 125bf342fd Convert pg_stat_get_backend_idset to use the existing SRF support. 21 years ago
Tom Lane b62aa83f0e fmgr_security_definer had better do a PG_TRY to ensure the outer userid 21 years ago
Tom Lane c8196c87a7 Adjust postmaster to recognize that a lockfile containing its parent's PID 21 years ago
Tom Lane 8bbfa16624 Don't assume PQdb() will return a valid result from a failed connection. 21 years ago
Tom Lane bbd1e1cc68 Don't assume PQdb() will return a valid result from a failed connection. 21 years ago
Tom Lane b1f8a37aa7 Fallout from changing index locking rules: we can reduce the strength 21 years ago
Tom Lane 4c5e810fcd Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword 21 years ago
Tom Lane 392b187a21 Remove DROPs from contrib object creation scripts, per Dave Page. 21 years ago
Neil Conway b3f2f6ebec Use 'override' when appending text to LDFLAGS, so the build doesn't break 21 years ago
Neil Conway 3738510c2c Remove more traces of libpgtcl from the source tree. Also, make some 21 years ago
Tom Lane d2af5f8a3e Adjust index locking rules as per my proposal of earlier today. You 21 years ago
Tom Lane d674884306 Add variant regression file to handle machines that convert -1e-700 21 years ago
Tom Lane abc6441d60 Remove unnecessary use of index_open just to get the index name. 21 years ago
Tom Lane bb6a78829e isinf.c needs <float.h> on some platforms, per Darcy Buskermolen. 21 years ago
Neil Conway 1817706fba Add a note suggesting that users should use the newer version of pg_dump 21 years ago
Neil Conway 3300707d01 Add more index entries for reference pages related to prepare queries. 21 years ago