summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't create $DESTDIR/include/internal/lib, as it is no longer used.Neil Conway2004-11-031-2/+2
* Tab completion for CREATE TABLESPACE arguments. Patch by Joachim Wieland.Peter Eisentraut2004-11-021-5/+24
* Translation updatesPeter Eisentraut2004-11-028-1128/+1007
* Translation updatesPeter Eisentraut2004-11-0217-4335/+4562
* Add comment to postmaster.c that get_progname() will call exit if itBruce Momjian2004-11-021-2/+3
* Add comment about memory failure of get_progname exiting the postmaster:Bruce Momjian2004-11-021-2/+2
* timestamptz_trunc() should only recalculate the timezone when truncatingTom Lane2004-11-011-2/+15
* Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() toTom Lane2004-11-013-80/+171
* That's just the lovely way windows handles a "segfault". Gotta be reallyBruce Momjian2004-11-013-4/+11
* Update comment to point to proper file.Bruce Momjian2004-11-011-2/+2
* fixed bug in segfault REVOKE statementDave Cramer2004-11-011-3/+9
* Adjust use of sizeof(EXE).Bruce Momjian2004-11-011-4/+4
* Clarify coding of .exe patchBruce Momjian2004-11-011-4/+4
* Use psql -q option instead of 2>/dev/null during first invocationTom Lane2004-10-311-13/+13
* Invent a new, more thread-safe version of PQrequestCancel, called PQcancel.Tom Lane2004-10-307-69/+264
* I found a corner case in which it is possible for RI_FKey_check's callTom Lane2004-10-304-23/+49
* Change COMMIT back to the old behavior of emitting command tag COMMIT,Tom Lane2004-10-301-6/+6
* Translation updatePeter Eisentraut2004-10-301-122/+131
* Rearrange order of pre-commit operations: must close cursors before doingTom Lane2004-10-291-19/+20
* No need to set errorMessage length --- already set in goto target.Bruce Momjian2004-10-291-4/+1
* Fix failure to think clearly about encoding conversion errors in COPY.Tom Lane2004-10-291-31/+22
* Set errorMessage length in PQrequestCancel() in all places.Bruce Momjian2004-10-291-1/+4
* Add DEBUG1-level logging of checkpoint start and end. Also, reduce theTom Lane2004-10-291-10/+34
* Code cleanup in dirmod.c. Andrew Dunstan, some further mods by moi.Tom Lane2004-10-281-150/+125
* Fix to_number for the case of a trailing S.Tom Lane2004-10-283-46/+139
* Translation updatePeter Eisentraut2004-10-281-252/+10635
* Translation updatesPeter Eisentraut2004-10-283-292/+737
* Translation updatesPeter Eisentraut2004-10-2810-2524/+4100
* Use AllocateFile(), FreeFile() and palloc() rather than fopen(), fclose()Neil Conway2004-10-281-109/+40
* On Windows, force a checkpoint just before dropping a database's physicalTom Lane2004-10-282-11/+20
* Have pg_ctl status always output to stdout, even stopped status, not stderr.Bruce Momjian2004-10-271-4/+4
* Fix Cygwin compile for timezone.Bruce Momjian2004-10-272-3/+7
* When displaying a Var that is a reference to a column of an unnamed join,Tom Lane2004-10-272-4/+27
* Canonicalize Win32 path coming in from pg_ctl -D, idea from Magnus.Bruce Momjian2004-10-272-15/+24
* Translation updatePeter Eisentraut2004-10-271-1024/+1024
* Add a missing dependency: the "install" target requires "all" to haveNeil Conway2004-10-271-2/+2
* New translationPeter Eisentraut2004-10-272-2/+2673
* Translation updatesPeter Eisentraut2004-10-276-438/+486
* Translation updatePeter Eisentraut2004-10-271-183/+177
* Translation updatesPeter Eisentraut2004-10-275-13/+2282
* Translation updatesPeter Eisentraut2004-10-277-2035/+2219
* Translation updatesPeter Eisentraut2004-10-277-14145/+17117
* Trivial fix: clarify a comment.Neil Conway2004-10-271-2/+2
* Add reminder to update copyright in sgml file.Bruce Momjian2004-10-262-3/+3
* Make heap_fetch API more consistent by having the buffer remain pinnedTom Lane2004-10-263-28/+31
* In the new dispensation where REINDEX doesn't take exclusive lock onTom Lane2004-10-251-7/+17
* Update copyright information in documentation. Also, add a noteNeil Conway2004-10-251-0/+1
* Remove three unnecessary casts from a pointer type to char * when callingNeil Conway2004-10-252-5/+5
* Fix tyop in comment.Neil Conway2004-10-251-1/+1
* Make error message more verbose, in hopes of avoiding misunderstandingsTom Lane2004-10-251-4/+6