aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Revert based on Tom's recommendation:Bruce Momjian2006-02-11
* Allow VACUUM to complete faster by avoiding scanning the indexes when noBruce Momjian2006-02-11
* Update catalog version for INET additions.Bruce Momjian2006-02-11
* Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inetBruce Momjian2006-02-11
* Clean up signedness warnings and 64-bit bugs in recent psql printingTom Lane2006-02-10
* Make it possible to run initdb from an admin account on Windows,Tom Lane2006-02-10
* Enable pg_ctl to give up admin privileges when starting the server underTom Lane2006-02-10
* Check that SID is enabled while checking for Windows admin privileges.Tom Lane2006-02-10
* Change search for default operator classes so that it examines all opclassesTom Lane2006-02-10
* Fix psql after newline patch for calloc(0).Bruce Momjian2006-02-10
* Allow psql multi-line column values to align in the proper columnsBruce Momjian2006-02-10
* This fixes pg_dump so that when using the '-O' no owners option it doesBruce Momjian2006-02-09
* Provide the libpq error message when PQputline or PQendcopy fails.Tom Lane2006-02-09
* Use "bitwise" rather than "binary for AND/OR descriptions in \d, toBruce Momjian2006-02-09
* C++ comments are verboten. Per gripe from Kris Jurka.Tom Lane2006-02-09
* Reject out-of-range dates in date_in().Tom Lane2006-02-09
* Fix broken non-YYDEBUG case.Tom Lane2006-02-09
* Added just another test case.Michael Meskes2006-02-08
* Remove ancient hack to work around a peculiarity of libcurses on HPUX.Tom Lane2006-02-07
* Source code cleanup.Bruce Momjian2006-02-07
* I think that NUMERIC datatype has a problem in the performance thatBruce Momjian2006-02-07
* Make --version option print fixed program name.Peter Eisentraut2006-02-07
* Fix HTML alignment in PQprint.Bruce Momjian2006-02-07
* Improve the tests to see if ScalarArrayOpExpr is strict. Original codingTom Lane2006-02-06
* Fix PQprint HTML tag, "centre" -> "center".Bruce Momjian2006-02-06
* Fix pg_restore to properly discard COPY data when trying to continueTom Lane2006-02-05
* Improve my initial, rather hacky implementation of joins to appendTom Lane2006-02-05
* Fix constraint exclusion to work in inherited UPDATE/DELETE queriesTom Lane2006-02-04
* Added C bit fields to ecpg parserMichael Meskes2006-02-04
* DROP IF EXISTS for ROLE/USER/GROUPAndrew Dunstan2006-02-04
* Issue a warning if a change-on-restart-only postgresql.conf value isPeter Eisentraut2006-02-04
* In ecpg, automatically double single quotes in $$ strings becauseBruce Momjian2006-02-04
* Update Makefile for new thread_test location.Bruce Momjian2006-02-04
* Move thread_test directory from /tools to /test so source-only tarballsBruce Momjian2006-02-04
* Teach planner to convert simple UNION ALL subqueries into append relations,Tom Lane2006-02-03
* Update tested AIX memset platforms.Bruce Momjian2006-02-03
* Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn offBruce Momjian2006-02-03
* Update random() usage so ranges are inclusive/exclusive as required.Bruce Momjian2006-02-03
* Prevent COPY from using newline or carriage return as delimiter or null.Bruce Momjian2006-02-03
* Improve tab whitespace in file.Bruce Momjian2006-02-03
* More spacing cleanups.Bruce Momjian2006-02-02
* Source code alignment fixes for preproc.y.Bruce Momjian2006-02-01
* More alignment improvements.Bruce Momjian2006-02-01
* Make pgc.l source code alignment consistent.Bruce Momjian2006-02-01
* Add code comment about Linux stack randomization and shared memory.Bruce Momjian2006-02-01
* Fix const cast in get_progname().Bruce Momjian2006-02-01
* Set progname early in the postmaster/postgres binary, rather than doingBruce Momjian2006-02-01
* Allow %TYPE to be used with SETOF, per gripe from Murat Tasan.Tom Lane2006-01-31
* Restructure planner's handling of inheritance. Rather than processingTom Lane2006-01-31
* Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or PRIMARY KEYTom Lane2006-01-30