summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revise OpenLDAP configuration and linking to work on more platformsTom Lane2006-09-096-428/+680
* 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-084-49/+103
* 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-0710-317/+826
* 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
* HTLM cleanup.Bruce Momjian2006-09-072-12/+13
* Update Emacs/vim editor info.Bruce Momjian2006-09-074-40/+103
* Update emacs info for FAQ_DEV.Bruce Momjian2006-09-072-74/+15
* Add XML documentation.Bruce Momjian2006-09-071-1/+149
* Update tools directory name.Bruce Momjian2006-09-062-4/+4
* Change processing of extended-Query mode so that an unnamed statementTom Lane2006-09-0610-66/+122
* Be more wary about which LIBS elements to pull into sslinfo link.Tom Lane2006-09-061-1/+1
* Fix compiler warnings on 64-bit boxes: difference betweenTeodor Sigaev2006-09-061-4/+4
* Add interval division/multiplication regression tests.Bruce Momjian2006-09-062-0/+101
* Fix sslinfo so it builds on Darwin.Tom Lane2006-09-051-1/+4
* Silence compiler warning about signed vs unsigned chars.Tom Lane2006-09-051-2/+8
* Silence compiler warnings about incompatible function pointer types.Tom Lane2006-09-051-2/+4
* Remove pgcrypto functions that were deprecated and slated for removal.Tom Lane2006-09-055-106/+6
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-0521-155/+113
* Make Gen_fmgrtab.sh locale-proof. Per report from Marko Kreen andTom Lane2006-09-051-2/+2
* Fix markup and license.Teodor Sigaev2006-09-051-9/+14
* Fix Intel compiler bug. Per discussionTeodor Sigaev2006-09-051-2/+17
* Add hstore contrib module.Teodor Sigaev2006-09-0514-1/+3701
* Remove contrib modules that have been migrated to pgfoundry: adddepend,Tom Lane2006-09-0544-7063/+6
* 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
* Remove GIN documentationBruce Momjian2006-09-053-173/+2
* Fix imprecision from interval rounding of multiplication/division.Bruce Momjian2006-09-052-26/+40
* Update Japanese FAQ.Bruce Momjian2006-09-052-32/+30
* Fix information_schema.key_column_usage to show correct value ofTom Lane2006-09-041-5/+12
* Bring sslinfo Makefile up to speed for VPATH and pgxs builds.Tom Lane2006-09-041-5/+9
* Update setseed() documentation.Bruce Momjian2006-09-041-2/+2
* Update LDAP installation wording.Bruce Momjian2006-09-041-3/+4
* 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
* Add GIN documentation.Bruce Momjian2006-09-043-2/+173
* Mention paremeterized queries do not work with partial indexes.Bruce Momjian2006-09-041-2/+7
* 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-046-3/+505