summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Whoops, missed converting the other sleep() call to pg_usleep().Tom Lane2004-11-181-2/+2
* Force pg_database updates out to disk immediately after ALTER DATABASE;Tom Lane2004-11-181-19/+47
* Fix off-by-one memory allocation, as reported by Rod Taylor. AlsoTom Lane2004-11-171-16/+17
* Use pg_usleep() not sleep(), per Andrew Dunstan.Tom Lane2004-11-171-7/+6
* Minor adjustment of message style.Tom Lane2004-11-171-3/+3
* Win32 build cleanups, from Andrew Dunstan.Neil Conway2004-11-172-3/+8
* Remove debugging printf from #ifdef WIN32 section.Neil Conway2004-11-171-2/+1
* Micro-optimization of markpos() and restrpos() in btree and hash indexes.Neil Conway2004-11-172-12/+10
* Don't allow pg_start_backup() to be invoked if archive_command has notNeil Conway2004-11-171-1/+9
* Fix Win32 problems with signals and sockets, by making the forkexec codeTom Lane2004-11-174-237/+610
* Prevent a backend crash when processing CREATE TABLE commands withNeil Conway2004-11-162-2/+41
* Translation updatePeter Eisentraut2004-11-164-3474/+3434
* Use dynamically-sized buffers in pgwin32_is_service().Tom Lane2004-11-161-36/+71
* Rethink plpgsql's way of handling SPI execution during an exception block.Tom Lane2004-11-161-1/+9
* Remove GUC USERLIMIT variable category, making the affected variablesTom Lane2004-11-145-349/+162
* There is no need for ReadBuffer() call sites to check that the returnedNeil Conway2004-11-144-46/+4
* > I think in addition the system global name "sharemem.1" should be made moreBruce Momjian2004-11-121-2/+2
* Remember to close the file on failure (pretty much redundant, really,Tom Lane2004-11-121-1/+2
* Un-break custom_variable_classes kluge ... mea culpa.Tom Lane2004-11-111-11/+14
* Remove obsolete comment from btbuild() and hashbuild(): we no longer useNeil Conway2004-11-112-12/+2
* Allow planner to fold "stable" functions to constants when formingTom Lane2004-11-091-16/+33
* Put in place some defenses against being fooled by accidental match ofTom Lane2004-11-091-27/+85
* Translation updatesPeter Eisentraut2004-11-091-3125/+3164
* Clarify some error messagesPeter Eisentraut2004-11-095-19/+19
* Translation updatePeter Eisentraut2004-11-091-833/+812
* Use a hopefully-more-reliable method of detecting default selectivityTom Lane2004-11-092-70/+46
* Kris Jurka pointed out that the qualified_name production wasn'tTom Lane2004-11-081-8/+32
* Fix unportable code in SockAddr_cidr_mask: you can't assume thatTom Lane2004-11-081-19/+22
* Translation updatePeter Eisentraut2004-11-071-4057/+5595
* When implementing a coercion to a domain type with a combinedTom Lane2004-11-064-20/+37
* Now that we advertize only CIDR address in pg_hba.conf, removeBruce Momjian2004-11-061-3/+0
* pred_test() logic was being too narrow-minded about where it might findTom Lane2004-11-051-8/+12
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-0513-362/+214
* Small message clarificationsPeter Eisentraut2004-11-055-12/+13
* Translation updatePeter Eisentraut2004-11-051-3078/+4695
* Minor documentation updates from Simon Riggs.Tom Lane2004-11-041-2/+2
* Translation updatesPeter Eisentraut2004-11-022-2792/+2790
* Add comment to postmaster.c that get_progname() will call exit if itBruce Momjian2004-11-021-2/+3
* 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-011-75/+65
* Update comment to point to proper file.Bruce Momjian2004-11-011-2/+2
* I found a corner case in which it is possible for RI_FKey_check's callTom Lane2004-10-303-22/+46
* Change COMMIT back to the old behavior of emitting command tag COMMIT,Tom Lane2004-10-301-6/+6
* Rearrange order of pre-commit operations: must close cursors before doingTom Lane2004-10-291-19/+20
* Fix failure to think clearly about encoding conversion errors in COPY.Tom Lane2004-10-291-31/+22
* Add DEBUG1-level logging of checkpoint start and end. Also, reduce theTom Lane2004-10-291-10/+34
* Fix to_number for the case of a trailing S.Tom Lane2004-10-281-44/+137
* Translation updatePeter Eisentraut2004-10-281-252/+10635
* 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