2008-02-13 |
tgl | Stamp HEAD as 8.4devel.
|
commit | commitdiff | tree |
2008-02-12 |
tgl | Fix SPI_cursor_open() and SPI_is_cursor_plan() to push...
|
commit | commitdiff | tree |
2008-02-11 |
tgl | Repair VACUUM FULL bug introduced by HOT patch: the...
|
commit | commitdiff | tree |
2008-02-10 |
tgl | Fix PageGetExactFreeSpace() so that it actually behaves...
|
commit | commitdiff | tree |
2008-02-08 |
tgl | Some small editorialization on the protocol documentation...
|
commit | commitdiff | tree |
2008-02-08 |
tgl | Since GSSAPI and SSPI authentication don't work in...
|
commit | commitdiff | tree |
2008-02-07 |
tgl | Avoid misbehavior in foreign key checks when casting...
|
commit | commitdiff | tree |
2008-02-07 |
tgl | Some variants of ALTER OWNER tried to make the "object...
|
commit | commitdiff | tree |
2008-02-07 |
tgl | Add missing copyfuncs/equalfuncs support for AlterTSDictiona...
|
commit | commitdiff | tree |
2008-02-07 |
tgl | Fix silly mistake in expand_indexqual_rowcompare -...
|
commit | commitdiff | tree |
2008-02-07 |
tgl | Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to...
|
commit | commitdiff | tree |
2008-02-03 |
tgl | Fix mistaken duplicate reference to max_fsm_pages,...
|
commit | commitdiff | tree |
2008-02-02 |
tgl | Minor wordsmithing in release notes' description of...
|
commit | commitdiff | tree |
2008-02-02 |
tgl | Move example of turning off synchronous_commit to a...
|
commit | commitdiff | tree |
2008-02-02 |
tgl | Fix WaitOnLock() to ensure that the process's "waiting...
|
commit | commitdiff | tree |
2008-01-31 |
tgl | Mention synchronize_seqscans GUC variable in release...
|
commit | commitdiff | tree |
2008-01-31 |
tgl | Remove the old table of "supported platforms" in favor...
|
commit | commitdiff | tree |
2008-01-31 |
tgl | Fix pg_GSS_error to use conn->errorMessage more sanely...
|
commit | commitdiff | tree |
2008-01-31 |
tgl | Improve pg_autovacuum documentation to clarify that...
|
commit | commitdiff | tree |
2008-01-30 |
tgl | Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent...
|
commit | commitdiff | tree |
2008-01-30 |
tgl | Add a GUC variable "synchronize_seqscans" to allow...
|
commit | commitdiff | tree |
2008-01-30 |
tgl | Don't putenv() a string that is allocated in a context...
|
commit | commitdiff | tree |
2008-01-29 |
tgl | Fix up closePGconn() so that PQreset() will work on...
|
commit | commitdiff | tree |
2008-01-29 |
tgl | Arrange to ignore SIGPIPE during SSL_read() and SSL_shutdown...
|
commit | commitdiff | tree |
2008-01-27 |
tgl | Minor editorial improvements in documentation of session_rep...
|
commit | commitdiff | tree |
2008-01-26 |
tgl | Change StatementCancelHandler() to check the DoingCommandRea...
|
commit | commitdiff | tree |
2008-01-25 |
tgl | Fix two different copy-and-paste-os in CSV log rotation...
|
commit | commitdiff | tree |
2008-01-25 |
tgl | Release any detoasted copies of arrays that are made...
|
commit | commitdiff | tree |
2008-01-23 |
tgl | Prevent integer overflow within the integer-datetimes...
|
commit | commitdiff | tree |
2008-01-23 |
tgl | Provide a concrete example of parameter expansion in...
|
commit | commitdiff | tree |
2008-01-23 |
tgl | Avoid mathematical inconsistency in example about avoiding...
|
commit | commitdiff | tree |
2008-01-23 |
tgl | Reference pgAdmin as a typical client-side tool, rather...
|
commit | commitdiff | tree |
2008-01-21 |
tgl | Improve description of bgwriter_lru_multiplier, per...
|
commit | commitdiff | tree |
2008-01-21 |
tgl | Fix RS_isRegis() to agree exactly with RS_compile(...
|
commit | commitdiff | tree |
2008-01-20 |
tgl | Fix psql \h output for case of no parameters (ie, list...
|
commit | commitdiff | tree |
2008-01-19 |
tgl | Make pg_regress clean out the testtablespace directory...
|
commit | commitdiff | tree |
2008-01-17 |
tgl | Insert into getCopyDataMessage() the same logic that...
|
commit | commitdiff | tree |
2008-01-17 |
tgl | Fix subselect.c to avoid assuming that a SubLink's...
|
commit | commitdiff | tree |
2008-01-17 |
tgl | Fix ALTER INDEX RENAME so that if the index belongs...
|
commit | commitdiff | tree |
2008-01-16 |
tgl | Remove inappropriate cd commands, per David Wheeler...
|
commit | commitdiff | tree |
2008-01-15 |
tgl | Be less wishy-washy in the documentation and comments...
|
commit | commitdiff | tree |
2008-01-15 |
tgl | Prevent CLUSTER from decreasing a relation's relfrozenxid...
|
commit | commitdiff | tree |
2008-01-15 |
tgl | Revise memory management for libxml calls. Instead...
|
commit | commitdiff | tree |
2008-01-15 |
tgl | Tweak new error message to conform to style guidelines.
|
commit | commitdiff | tree |
2008-01-15 |
tgl | Somebody forgot to add this ERRCODE everywhere it should...
|
commit | commitdiff | tree |
2008-01-14 |
tgl | Prevent pg_dump from dumping the comment (if any) on...
|
commit | commitdiff | tree |
2008-01-14 |
tgl | Avoid cluttering the postmaster log with bogus complaints
|
commit | commitdiff | tree |
2008-01-14 |
tgl | Fix an ancient oversight in libpq's handling of V3...
|
commit | commitdiff | tree |
2008-01-14 |
tgl | Fix pgstat_heap() to not be broken by syncscans starting...
|
commit | commitdiff | tree |
2008-01-14 |
tgl | Use an indexscan not a heapscan to search pg_index...
|
commit | commitdiff | tree |
2008-01-14 |
tgl | Fix CREATE INDEX CONCURRENTLY so that it won't use...
|
commit | commitdiff | tree |
2008-01-13 |
tgl | Fix a regression test that fails if default_text_search_conf...
|
commit | commitdiff | tree |
2008-01-13 |
tgl | Add note pointing out that read-only commands no longer...
|
commit | commitdiff | tree |
2008-01-12 |
tgl | It turns out the LIBXML_TEST_VERSION macro calls xmlInitPars...
|
commit | commitdiff | tree |
2008-01-12 |
tgl | Fix logical errors in constraint exclusion: we cannot...
|
commit | commitdiff | tree |
2008-01-11 |
tgl | The original implementation of polymorphic aggregates...
|
commit | commitdiff | tree |
2008-01-11 |
tgl | Fix an old error in clause_selectivity: the default...
|
commit | commitdiff | tree |
2008-01-11 |
tgl | Fix a conceptual error in my patch of 2007-10-26 that...
|
commit | commitdiff | tree |
2008-01-11 |
tgl | Restructure the shutdown procedure for the archiver...
|
commit | commitdiff | tree |
2008-01-09 |
tgl | Remove incorrect (and ill-advised anyway) pfree's in...
|
commit | commitdiff | tree |
2008-01-09 |
tgl | Fix CREATE INDEX CONCURRENTLY to not deadlock against...
|
commit | commitdiff | tree |
2008-01-09 |
tgl | Fix some planner issues found while investigating Kevin...
|
commit | commitdiff | tree |
2008-01-08 |
tgl | lmgr.c:DescribeLockTag was never taught about virtual...
|
commit | commitdiff | tree |
2008-01-08 |
tgl | informix.c was violating the coding rule about not...
|
commit | commitdiff | tree |
2008-01-08 |
tgl | Remove unnecessary comma in enum definition ... some...
|
commit | commitdiff | tree |
2008-01-06 |
tgl | A long time ago, Peter pointed out that ruleutils.c...
|
commit | commitdiff | tree |
2008-01-03 |
tgl | Stamp release 8.3RC1.
|
commit | commitdiff | tree |
2008-01-03 |
tgl | Update release notes for security releases.
|
commit | commitdiff | tree |
2008-01-03 |
tgl | The original patch to disallow non-passworded connections...
|
commit | commitdiff | tree |
2008-01-03 |
tgl | Make standard maintenance operations (including VACUUM...
|
commit | commitdiff | tree |
2008-01-03 |
tgl | Fix assorted security-grade bugs in the regex engine...
|
commit | commitdiff | tree |
2008-01-02 |
tgl | Forbid ALTER TABLE and CLUSTER when there are pending...
|
commit | commitdiff | tree |
2008-01-02 |
tgl | Insert ARST into the list of known timezone abbreviations.
|
commit | commitdiff | tree |
2008-01-02 |
tgl | Fix plpython's overoptimistic caching of information...
|
commit | commitdiff | tree |
2008-01-01 |
tgl | Update time zone data files to tzdata release 2007k.
|
commit | commitdiff | tree |
2008-01-01 |
tgl | Fix some missed copyright updates.
|
commit | commitdiff | tree |
2007-12-31 |
tgl | Improve a number of elog messages for not-supposed...
|
commit | commitdiff | tree |
2007-12-28 |
tgl | Update examples in planstats.sgml for 8.3, and improve...
|
commit | commitdiff | tree |
2007-12-28 |
tgl | Improve consistency of error reporting in GUC assign_hook...
|
commit | commitdiff | tree |
2007-12-27 |
tgl | Disallow digits and lower-case ASCII letters as the...
|
commit | commitdiff | tree |
2007-12-27 |
tgl | Fix ill-advised usage of x?y:z expressions in errmsg...
|
commit | commitdiff | tree |
2007-12-27 |
tgl | Swap the order of testing for control characters and...
|
commit | commitdiff | tree |
2007-12-21 |
tgl | Fix a small typo, per Jan Urbanski
|
commit | commitdiff | tree |
2007-12-20 |
tgl | When given a nonzero column number, pg_get_indexdef...
|
commit | commitdiff | tree |
2007-12-18 |
tgl | Make archiver process report its progress in PS display...
|
commit | commitdiff | tree |
2007-12-18 |
tgl | Make path_recv() and poly_recv() reject paths/polygons...
|
commit | commitdiff | tree |
2007-12-17 |
tgl | Some desultory copy-editing on the backup/restore docs.
|
commit | commitdiff | tree |
2007-12-16 |
tgl | Make an editorial pass over the newly SGML-ified contrib...
|
commit | commitdiff | tree |
2007-12-15 |
tgl | Improve documentation about Julian dates; in particular...
|
commit | commitdiff | tree |
2007-12-13 |
tgl | Change a couple of examples to say ALTER MAPPING instead...
|
commit | commitdiff | tree |
2007-12-12 |
tgl | Improve the method of localizing column names and other...
|
commit | commitdiff | tree |
2007-12-12 |
tgl | Clean up unportable attempt to use #if inside a macro...
|
commit | commitdiff | tree |
2007-12-12 |
tgl | Change 'merge sort join', a phrase we use nowhere else...
|
commit | commitdiff | tree |
2007-12-11 |
tgl | Make documentation of -W options more accurate and...
|
commit | commitdiff | tree |
2007-12-11 |
tgl | Remove the long-deprecated -u option from psql, since...
|
commit | commitdiff | tree |
2007-12-11 |
tgl | Remove the -P options of oid2name and pgbench, as they...
|
commit | commitdiff | tree |
2007-12-11 |
tgl | Make vacuumlo prompt for password when needed, thus...
|
commit | commitdiff | tree |
2007-12-10 |
tgl | Make an editorial pass over the newly SGML-ified contrib...
|
commit | commitdiff | tree |
2007-12-10 |
tgl | Fix attribution for Rime of the Ancient Mariner (obviously...
|
commit | commitdiff | tree |
2007-12-09 |
tgl | The E. J. Pratt verse used as a tsearch test case is...
|
commit | commitdiff | tree |