summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add contrib/pg_freespacemap to display free space map information.Bruce Momjian2006-02-128-98/+481
* Fix more fallout from line-wrap patch, to wit, arbitrarily changingTom Lane2006-02-121-3/+13
* I've created a new shared catalog table pg_shdescription to storeBruce Momjian2006-02-1225-81/+616
* Undo changes of trailing space in recently-committed expected files.Tom Lane2006-02-122-163/+163
* Restore previous psql behavior of not printing useless trailing spacesTom Lane2006-02-121-4/+8
* Please find enclosed a patch that lets you use \c to connectBruce Momjian2006-02-123-28/+94
* Actually there's a better way to do this, which is to count tuplesTom Lane2006-02-121-25/+13
* Skip ambulkdelete scan if there's nothing to delete and the index is notTom Lane2006-02-118-31/+108
* Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAMEBruce Momjian2006-02-1112-12/+462
* Done:Bruce Momjian2006-02-112-4/+4
* Done:Bruce Momjian2006-02-112-4/+4
* o Improve psql's handling of multi-line statementsBruce Momjian2006-02-116-23/+125
* Fix incorrect addition, subtraction, and overflow checking in newTom Lane2006-02-114-263/+374
* Revert based on Tom's recommendation:Bruce Momjian2006-02-117-65/+29
* Allow VACUUM to complete faster by avoiding scanning the indexes when noBruce Momjian2006-02-117-29/+65
* Update catalog version for INET additions.Bruce Momjian2006-02-111-2/+2
* Done:Bruce Momjian2006-02-112-4/+4
* Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inetBruce Momjian2006-02-117-5/+411
* Clean up signedness warnings and 64-bit bugs in recent psql printingTom Lane2006-02-102-27/+35
* Make it possible to run initdb from an admin account on Windows,Tom Lane2006-02-101-1/+138
* Enable pg_ctl to give up admin privileges when starting the server underTom Lane2006-02-101-27/+219
* Check that SID is enabled while checking for Windows admin privileges.Tom Lane2006-02-101-3/+3
* Change search for default operator classes so that it examines all opclassesTom Lane2006-02-105-248/+50
* Clean up some signedness warnings.Tom Lane2006-02-103-10/+12
* Fix psql after newline patch for calloc(0).Bruce Momjian2006-02-101-1/+4
* Fix fallout from psql line-wrapping patch.Tom Lane2006-02-101-26/+26
* Allow "'" symbol in affixes ("'s" affix in english): it was diallowed duringTeodor Sigaev2006-02-101-7/+9
* Fix up remaining library checks.Peter Eisentraut2006-02-102-400/+36
* renew output of regression test accordingly toTeodor Sigaev2006-02-102-730/+730
* Done:Bruce Momjian2006-02-102-4/+4
* Allow psql multi-line column values to align in the proper columnsBruce Momjian2006-02-106-404/+712
* This fixes pg_dump so that when using the '-O' no owners option it doesBruce Momjian2006-02-091-2/+2
* Provide the libpq error message when PQputline or PQendcopy fails.Tom Lane2006-02-091-3/+5
* 1 Fix bug with very short word: prefix and suffix might be overlapped,Teodor Sigaev2006-02-092-53/+62
* Use "bitwise" rather than "binary for AND/OR descriptions in \d, toBruce Momjian2006-02-091-19/+19
* C++ comments are verboten. Per gripe from Kris Jurka.Tom Lane2006-02-091-1/+0
* Reject out-of-range dates in date_in().Tom Lane2006-02-092-3/+8
* Fix broken non-YYDEBUG case.Tom Lane2006-02-091-1/+5
* Added just another test case.Michael Meskes2006-02-0810-65/+133
* Remove ancient hack to work around a peculiarity of libcurses on HPUX.Tom Lane2006-02-071-9/+3
* Source code cleanup.Bruce Momjian2006-02-071-19/+19
* I think that NUMERIC datatype has a problem in the performance thatBruce Momjian2006-02-071-39/+73
* Remove question mark:Bruce Momjian2006-02-072-4/+4
* Make --version option print fixed program name.Peter Eisentraut2006-02-071-2/+2
* Remove some checks for libraries that no one can identify. We'll see howPeter Eisentraut2006-02-072-346/+1
* Split up wal-logging items:Bruce Momjian2006-02-072-27/+36
* Fix HTML alignment in PQprint.Bruce Momjian2006-02-071-8/+8
* Improve the tests to see if ScalarArrayOpExpr is strict. Original codingTom Lane2006-02-061-5/+59
* Check number of affixes to prevent core dump with zero number of affixesTeodor Sigaev2006-02-061-0/+3
* Fix PQprint HTML tag, "centre" -> "center".Bruce Momjian2006-02-061-4/+4