Commit Graph

13696 Commits (aafbf33d96ae93b077ff17dbb08bc2abd52d4d93)

Author SHA1 Message Date
Neil Conway f4127feacf Don't create $DESTDIR/include/internal/lib, as it is no longer used. 21 years ago
Peter Eisentraut d0066b9fa4 Tab completion for CREATE TABLESPACE arguments. Patch by Joachim Wieland. 21 years ago
Peter Eisentraut bb2d1ce8f1 Translation updates 21 years ago
Peter Eisentraut 005b1b5fc8 Translation updates 21 years ago
Bruce Momjian 0c3663b47d Add comment to postmaster.c that get_progname() will call exit if it 21 years ago
Bruce Momjian b0830e39c3 Add comment about memory failure of get_progname exiting the postmaster: 21 years ago
Tom Lane c4acbb843b timestamptz_trunc() should only recalculate the timezone when truncating 21 years ago
Tom Lane 5ba04cd9f1 Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() to 21 years ago
Bruce Momjian 7fad5fff0d That's just the lovely way windows handles a "segfault". Gotta be really 21 years ago
Bruce Momjian 9c3d654a16 Update comment to point to proper file. 21 years ago
Dave Cramer 7914deecb8 fixed bug in segfault REVOKE statement 21 years ago
Bruce Momjian 584bfe3d70 Adjust use of sizeof(EXE). 21 years ago
Bruce Momjian b2b585fb2d Clarify coding of .exe patch 21 years ago
Tom Lane e837e4be8f Use psql -q option instead of 2>/dev/null during first invocation 21 years ago
Tom Lane 44e8a968e3 Invent a new, more thread-safe version of PQrequestCancel, called PQcancel. 21 years ago
Tom Lane 80559fa9e9 I found a corner case in which it is possible for RI_FKey_check's call 21 years ago
Tom Lane 88868d4fbc Change COMMIT back to the old behavior of emitting command tag COMMIT, 21 years ago
Peter Eisentraut e5ac8db035 Translation update 21 years ago
Tom Lane 23f264d125 Rearrange order of pre-commit operations: must close cursors before doing 21 years ago
Bruce Momjian 4eb1165ff3 No need to set errorMessage length --- already set in goto target. 21 years ago
Tom Lane f05cfd2c73 Fix failure to think clearly about encoding conversion errors in COPY. 21 years ago
Bruce Momjian 08510856a4 Set errorMessage length in PQrequestCancel() in all places. 21 years ago
Tom Lane ee69be44d5 Add DEBUG1-level logging of checkpoint start and end. Also, reduce the 21 years ago
Tom Lane 5a5f34e022 Code cleanup in dirmod.c. Andrew Dunstan, some further mods by moi. 21 years ago
Tom Lane 319902dc8c Fix to_number for the case of a trailing S. 21 years ago
Peter Eisentraut 5fef3c6ef0 Translation update 21 years ago
Peter Eisentraut 94c502f1db Translation updates 21 years ago
Peter Eisentraut fc4cfc366d Translation updates 21 years ago
Neil Conway 6f1b3cf19c Use AllocateFile(), FreeFile() and palloc() rather than fopen(), fclose() 21 years ago
Tom Lane e6f9bf9b7f On Windows, force a checkpoint just before dropping a database's physical 21 years ago
Bruce Momjian a7049b52e3 Have pg_ctl status always output to stdout, even stopped status, not stderr. 21 years ago
Bruce Momjian 43dc050525 Fix Cygwin compile for timezone. 21 years ago
Tom Lane b2b0673e4b When displaying a Var that is a reference to a column of an unnamed join, 21 years ago
Bruce Momjian 3fe704209a Canonicalize Win32 path coming in from pg_ctl -D, idea from Magnus. 21 years ago
Peter Eisentraut 118bd91809 Translation update 21 years ago
Neil Conway 3bc89ac9eb Add a missing dependency: the "install" target requires "all" to have 21 years ago
Peter Eisentraut 2514e904da New translation 21 years ago
Peter Eisentraut ad6b3975c9 Translation updates 21 years ago
Peter Eisentraut 2db0bde40e Translation update 21 years ago
Peter Eisentraut cd92d85d11 Translation updates 21 years ago
Peter Eisentraut 979b0be4c3 Translation updates 21 years ago
Peter Eisentraut eb7fc3eb1f Translation updates 21 years ago
Neil Conway 28d8ff7948 Trivial fix: clarify a comment. 21 years ago
Bruce Momjian b69170481e Add reminder to update copyright in sgml file. 21 years ago
Tom Lane 83cd2d8b0f Make heap_fetch API more consistent by having the buffer remain pinned 21 years ago
Tom Lane 2c66dcf684 In the new dispensation where REINDEX doesn't take exclusive lock on 21 years ago
Neil Conway 1d6b096941 Update copyright information in documentation. Also, add a note 21 years ago
Neil Conway ea7f2f6a58 Remove three unnecessary casts from a pointer type to char * when calling 21 years ago
Neil Conway 86bcfc788b Fix tyop in comment. 21 years ago
Tom Lane 02ca529dd8 Make error message more verbose, in hopes of avoiding misunderstandings 21 years ago