summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Improve error message. Per discussionTeodor Sigaev2006-09-141-2/+9
* Cygwin systems seem to have a different error message when trying to connect ...Michael Meskes2006-09-143-5/+5
* Added missing constuctor/destructor for interval and date.Michael Meskes2006-09-148-7/+79
* Make logging of extended-protocol commands a bit more consistent, perTom Lane2006-09-131-5/+6
* Code review for patch to avoid second scan when vacuuming index-lessTom Lane2006-09-131-32/+53
* Seems this wasn't committed originallyMichael Meskes2006-09-121-3/+3
* Move set_pglocale_pgservice() from path.c to exec.c, so that pulling inTom Lane2006-09-114-63/+66
* Add LDAP_LIBS_FE to $(libpq) for static or AIX linking, per Albe Laurenz.Tom Lane2006-09-111-3/+5
* Ooops, forgot to update ecpg comparison files to matchTom Lane2006-09-112-2/+2
* Fix unportable usage complained of by icc. Per buildfarm results.Tom Lane2006-09-112-2/+2
* Remove unnecessary brace pair.Bruce Momjian2006-09-101-3/+1
* Back out patch added during 8.2.X development:Bruce Momjian2006-09-101-1/+2
* Install a cleaner solution to the AIX libpq linking problem, as perTom Lane2006-09-103-17/+16
* If we're going to advertise the array overlap/containment operators,Tom Lane2006-09-104-183/+245
* Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane2006-09-1023-141/+177
* Revise OpenLDAP configuration and linking to work on more platformsTom Lane2006-09-094-8/+13
* Fix pg_dump for recent change removing separate RULE privilege.Tom Lane2006-09-081-2/+1
* Put back plan-time check for trying to apply SELECT FOR UPDATE/SHARETom Lane2006-09-081-1/+24
* Tweak the behavior of log_duration as proposed by Guillaume Smet: ratherTom Lane2006-09-083-34/+89
* Not all C compilers understand the "//" comment in this test case, so I remov...Michael Meskes2006-09-082-8/+2
* Replaced complex tests with small ones.Michael Meskes2006-09-0842-2695/+1335
* More logic from complex/test* moved to their own testcases.Michael Meskes2006-09-0813-144/+975
* Clean up logging for extended-query-protocol operations, as per my recentTom Lane2006-09-079-285/+760
* Update pgcvslog comments.Bruce Momjian2006-09-071-5/+6
* Specify lo_write() to take a _const_ buffer, to match documentation.Bruce Momjian2006-09-076-12/+12
* Changing a test case also changes the output that is expected.Michael Meskes2006-09-075-157/+151
* Removed one output because integer/double usage differMichael Meskes2006-09-071-1/+2
* Update Emacs/vim editor info.Bruce Momjian2006-09-072-0/+96
* Change processing of extended-Query mode so that an unnamed statementTom Lane2006-09-069-48/+112
* Add interval division/multiplication regression tests.Bruce Momjian2006-09-062-0/+101
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-0514-120/+90
* Make Gen_fmgrtab.sh locale-proof. Per report from Marko Kreen andTom Lane2006-09-051-2/+2
* Fix Intel compiler bug. Per discussionTeodor Sigaev2006-09-051-2/+17
* Lost some changes yet againMichael Meskes2006-09-053-6/+8
* Started to cleanup complex tests.Michael Meskes2006-09-0525-349/+830
* Synced parser.Michael Meskes2006-09-054-71/+62
* Fix imprecision from interval rounding of multiplication/division.Bruce Momjian2006-09-052-26/+40
* Fix information_schema.key_column_usage to show correct value ofTom Lane2006-09-041-5/+12
* Trivial patch to double vacuum speed on tables with no indexes (preventBruce Momjian2006-09-041-12/+33
* Add MSVC build tools.Bruce Momjian2006-09-048-0/+1048
* Disallow TRUNCATE when there are any pending after-trigger events forTom Lane2006-09-043-4/+79
* Sequences were not being shown due to the use of lowercase 's' insteadBruce Momjian2006-09-041-3/+10
* Remove trailing slash use in ecpg regression script; caused failures onBruce Momjian2006-09-041-2/+2
* Change ILIKE to invoke lower() and then do plain LIKE comparison whenTom Lane2006-09-041-63/+100
* sslinfo contrib module - information about current SSL certificatePeter Eisentraut2006-09-041-2/+2
* Add missing gettext calls for some SSL errors.Peter Eisentraut2006-09-042-7/+7
* Fix interval input parser so that fractional weeks and months areTom Lane2006-09-044-30/+72
* Code review for UPDATE SET (columnlist) patch. Make it handle as muchTom Lane2006-09-033-134/+171
* Suppress 'unused variable' warnings created by latest commit.Tom Lane2006-09-031-1/+3
* Arrange for GetSnapshotData to copy live-subtransaction XIDs from theTom Lane2006-09-034-83/+183