2011-10-23 |
Tom Lane | Don't trust deferred-unique indexes for join removal. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Tom Lane | Fix pg_dump to dump casts between auto-generated types. |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Tom Lane | Fix bugs in information_schema.referential_constraints... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Bruce Momjian | Modify up/home macro to match standard parameter list... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Tom Lane | Improve documentation of psql's \q command. |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Bruce Momjian | Add Up/Home link to the top of the HTML doc output. |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Robert Haas | Fix typo in docs for libpq keepalives_count option. |
commit | commitdiff | tree | snapshot |
2011-10-08 |
Heikki Linnakangas | Don't let transform_null_equals=on affect CASE foo... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Robert Haas | Make pgstatindex respond to cancel interrupts. |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Tom Lane | Add sourcefile/sourceline data to EXEC_BACKEND GUC... |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Tom Lane | ProcedureCreate neglected to record dependencies on... |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Magnus Hagander | Fix typo |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Magnus Hagander | Note that sslmode=require verifies the CA if root cert... |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Tom Lane | Fix our mapping of Windows timezones for Central America. |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Tom Lane | Stamp 9.0.5. REL9_0_5 |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Tom Lane | Update release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Tom Lane | gistendscan() forgot to free so->giststate. |
commit | commitdiff | tree | snapshot |
2011-09-13 |
Tom Lane | deflist_to_tuplestore dumped core on an option with... |
commit | commitdiff | tree | snapshot |
2011-09-11 |
Tom Lane | Fix permissions on pg_largeobject_metadata.h in 9.0... |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Peter Eisentraut | Add missing format argument to ecpg_log() call |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Tom Lane | Fix corner case bug in numeric to_char(). |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Bruce Momjian | In pg_upgrade, disallow migration of 8.3 clusters using... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Bruce Momjian | Revert documentation patch about NEW/OLD and triggers. |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Bruce Momjian | Properly document the existance of OLD/NEW trigger... |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Bruce Momjian | Fix plpgsql "PERFORM" markup. |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Tom Lane | Avoid possibly accessing off the end of memory in SJIS2... |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Tom Lane | Avoid possibly accessing off the end of memory in exami... |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Bruce Momjian | Document PERFORM limitation when using WITH queries. |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Tom Lane | Update type-conversion documentation for long-ago changes. |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Bruce Momjian | Properly document semphore requirements by accounting... |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Tom Lane | Update time zone data files to tzdata release 2011i. |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Bruce Momjian | Document that contrib/pgtrgm only processes ASCII alpha... |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Tom Lane | Guard against using plperl's Makefile without specifyin... |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Tom Lane | Fix typo in pg_srand48 (srand48 in older branches). |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Michael Meskes | Fix brace indentation of commit f8c74422010e63506fa6963... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Michael Meskes | In ecpglib restore LC_NUMERIC in case of an error. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Heikki Linnakangas | Move the line to undefine setlocale() macro on Win32... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Tom Lane | Further repair of eqjoinsel ndistinct-clamping logic. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Bruce Momjian | Fix pg_upgrade to preserve toast relfrozenxids for... |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Tom Lane | Improve eqjoinsel's ndistinct clamping to work for... |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Tom Lane | Fix a missed case in code for "moving average" estimate... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Tom Lane | Actually, all of parallel restore's limitations should... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Tom Lane | Be more user-friendly about unsupported cases for paral... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Tom Lane | Don't assume that "E" response to NEGOTIATE_SSL_CODE... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Tom Lane | Ensure we discard unread/unsent data when abandoning... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Tom Lane | Fix potential memory clobber in tsvector_concat(). |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Bruce Momjian | In pg_upgrade, limit schema name filter to include... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Tom Lane | Fix psql lexer to avoid use of backtracking. |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Robert Haas | Properly quote SQL/MED generic options in pg_dump output. |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Tom Lane | Fix pgstatindex() to give consistent results for empty... |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Heikki Linnakangas | Add recovery.conf to the index in the user manual. |
commit | commitdiff | tree | snapshot |
2011-08-21 |
Tom Lane | Fix trigger WHEN conditions when both BEFORE and AFTER... |
commit | commitdiff | tree | snapshot |
2011-08-20 |
Tom Lane | Fix performance problem when building a lossy tidbitmap. |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Peter Eisentraut | Change PyInit_plpy to external linkage |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Tom Lane | Forget about targeting catalog cache invalidations... |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Tom Lane | Fix incorrect order of operations during sinval reset... |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Tom Lane | Preserve toast value OIDs in toast-swap-by-content... |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Tom Lane | Fix race condition in relcache init file invalidation. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Bruce Momjian | In pg_upgrade, avoid dumping orphaned temporary tables... |
commit | commitdiff | tree | snapshot |
2011-08-14 |
Tom Lane | Fix unsafe order of operations in foreign-table DDL... |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Tom Lane | Fix incorrect timeout handling during initial authentic... |
commit | commitdiff | tree | snapshot |
2011-08-09 |
Tom Lane | Fix nested PlaceHolderVar expressions that appear only... |
commit | commitdiff | tree | snapshot |
2011-08-06 |
Tom Lane | Fix thinko in documentation of local_preload_libraries. |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Bruce Momjian | Fix markup for recent wal_level clarification. |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Bruce Momjian | In documentaiton, clarify which commands have reduced... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Tom Lane | Move CheckRecoveryConflictDeadlock() call to a safer... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Tom Lane | Fix incorrect initialization of ProcGlobal->startupBuff... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Heikki Linnakangas | Avoid integer overflow when LIMIT + OFFSET >= 2^63. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Tom Lane | Fix pg_restore's direct-to-database mode for standard_c... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Robert Haas | Fix typo. |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Peter Eisentraut | Add missing newlines at end of error messages |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Robert Haas | Clarify which relkinds accept column comments. |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Tom Lane | Fix previous patch so it also works if not USE_SSL... |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Tom Lane | Improve libpq's error reporting for SSL failures. |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Tom Lane | Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag. |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Tom Lane | Fix PQsetvalue() to avoid possible crash when adding... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Bruce Momjian | In pg_upgrade, fix the -l/log option to work on Windows. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Michael Meskes | Adapted expected result for latest change to ecpglib. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Michael Meskes | Made ecpglib write double with a precision of 15 digits. |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Magnus Hagander | Fix SSPI login when multiple roundtrips are required |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Heikki Linnakangas | Fix two ancient bugs in GiST code to re-find a parent... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Tom Lane | In planner, don't assume that empty parent tables aren... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Tom Lane | Fix another oversight in logging of changes in postgres... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Tom Lane | Update examples for string-related functions. |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Peter Eisentraut | Fix use of unportable %m format |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Tom Lane | Fix psql's counting of script file line numbers during... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Magnus Hagander | Fix typo in sslmode documentation |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Heikki Linnakangas | Clarify that you need ActiveState perl 5.8 *or later... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Andrew Dunstan | Back-patch Fix bat file quoting of %ENV from commit... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Tom Lane | Fix omissions in documentation of the pg_roles view. |
commit | commitdiff | tree | snapshot |
2011-07-03 |
Tom Lane | Fix EXPLAIN to handle gating Result nodes within inner... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Bruce Momjian | In pg_upgrade 9.0 and 9.1, document suggestion of using... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Tom Lane | Restore correct btree preprocessing of "indexedcol... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Magnus Hagander | Protect pg_stat_reset_shared() against NULL input |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Simon Riggs | Reduce impact of btree page reuse on Hot Standby by... |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Bruce Momjian | In pg_upgrade docs, clarify that link mode uses "hard... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Bruce Momjian | Fix pg_upgrade status message capitalization mistake. |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Tom Lane | Apply upstream fix for blowfish signed-character bug... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Tom Lane | Fix missed use of "cp -i" in an example, per Fujii... |
commit | commitdiff | tree | snapshot |
next |