summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Translation updatePeter Eisentraut2004-06-131-106/+107
* Code review for recently-added network functions. Get it to work whenTom Lane2004-06-133-119/+160
* ECPG preprocessor for PostgreSQL 7.4.1, 7.4.2 doubles const,Bruce Momjian2004-06-111-14/+12
* StrategyDirtyBufferList wasn't being careful to honor max_buffers limit.Tom Lane2004-06-111-3/+7
* Use sizeof() rather than strlen() in array size.Bruce Momjian2004-06-111-2/+2
* Add some code to Assert that when we release pin on a buffer, we areTom Lane2004-06-113-3/+29
* Cleanup use of Win32 START by using "" for title. No need for tempBruce Momjian2004-06-111-51/+13
* Add URL about Win32 quoting behavior.Bruce Momjian2004-06-111-1/+4
* Another fix for Win32 START.Bruce Momjian2004-06-111-3/+3
* The attached tiny patch removes spurious carriage returns that might beBruce Momjian2004-06-111-2/+2
* >> It certainly doesn't. There still was a bug with the locale stuff,Bruce Momjian2004-06-112-3/+11
* This patch updates pgpipe() on win32 to log exactly which part of theBruce Momjian2004-06-111-7/+32
* When using extended-query protocol, postpone planning of unnamed statementsTom Lane2004-06-1113-78/+229
* More restructuring to use Win32 START with paths needing quotes.Bruce Momjian2004-06-111-4/+51
* Attached is a patch that takes care of the PATHSEP issue. I made a moreBruce Momjian2004-06-109-47/+77
* More quoting cleanups for Win32's pg_ctl.Bruce Momjian2004-06-101-4/+4
* Adjust cost_nonsequential_access() to have more reasonable behaviorTom Lane2004-06-101-8/+9
* Make ALTER TABLE ADD SERIAL work reasonably in inheritance cases, too.Tom Lane2004-06-101-1/+3
* Fix oversight in recent ALTER TABLE improvements. We now supportTom Lane2004-06-101-15/+26
* Use /B to start so a new window isn't created, per Andrew Dunstan.Bruce Momjian2004-06-101-4/+4
* Clean up generation of default names for constraints, indexes, and serialTom Lane2004-06-1020-441/+426
* Add START background code for another code path, per Andrew Dunstan.Bruce Momjian2004-06-101-1/+5
* Use START for pg_ctl background runs on Win32, from Magnus.Bruce Momjian2004-06-101-2/+6
* Translation updatePeter Eisentraut2004-06-102-142/+173
* New translationPeter Eisentraut2004-06-102-2/+9658
* Handle multiple double-quoted strings using Win32's system() call.Bruce Momjian2004-06-104-17/+32
* Add pg_ctl native language files for Russian.Bruce Momjian2004-06-102-0/+412
* Add regression tests for CSV COPY format.Bruce Momjian2004-06-092-0/+32
* Fix slightly-wrong syntax error messages from bootstrap parser, as perTom Lane2004-06-091-4/+4
* Support assignment to subfields of composite columns in UPDATE and INSERT.Tom Lane2004-06-0924-563/+1389
* Use single quotes around pg_dump call from pg_dumpall.Bruce Momjian2004-06-091-2/+2
* Use single quotes for pg_ctl system call.Bruce Momjian2004-06-091-3/+3
* Add time.h to pg_dumpall.Bruce Momjian2004-06-091-1/+2
* Use mkstemp instead of mktemp in thread test, per Jan.Bruce Momjian2004-06-091-4/+7
* Previous code cleanup was for bufpage.c, not bufmgr.c.Bruce Momjian2004-06-091-13/+11
* Add missing check for too-few-inputs when replacing a zero-dimensionalTom Lane2004-06-081-1/+7
* Stylistic changes in bufmgr.cBruce Momjian2004-06-081-28/+29
* vacuum.c refactoringBruce Momjian2004-06-081-436/+589
* Change PGETC to PGSYSCONFDIR and PGLOCALE to PGLOCALEDIR, per Peter.Bruce Momjian2004-06-083-10/+10
* Have strerror_r return "Unknown error".Bruce Momjian2004-06-081-3/+2
* Fix strerror_r by checking return type from configure.Bruce Momjian2004-06-072-6/+14
* Add start/stop times for pg_dump/pg_dumpall when verbose output is used.Bruce Momjian2004-06-072-2/+59
* Dept of second thoughts: don't use the new wide-character upper/lowerTom Lane2004-06-061-93/+99
* Add some regression tests for composite-type operations.Tom Lane2004-06-064-2/+191
* Allow use of table rowtypes directly as column types of other tables.Tom Lane2004-06-062-16/+98
* Minor catalog cleanups for composite-type stuff. Adjust signatures shownTom Lane2004-06-065-28/+34
* Add binary I/O support for composite types.Tom Lane2004-06-061-28/+291
* Remove finger from dike: composite types are now allowed as table columns.Tom Lane2004-06-061-6/+4
* Preliminary support for composite type I/O; just text for now,Tom Lane2004-06-061-11/+357
* Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane2004-06-0624-377/+323