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