| 2015-06-15 |  Michael Meskes | Check for out of memory when allocating sqlca. | commit | commitdiff | tree | snapshot | 
| 2015-06-15 |  Michael Meskes | Fix memory leak in ecpglib's connect function. | commit | commitdiff | tree | snapshot | 
| 2015-06-13 |  Michael Meskes | Fixed some memory leaks in ECPG. | commit | commitdiff | tree | snapshot | 
| 2015-06-13 |  Michael Meskes | Fix intoasc() in Informix compat lib. This function... | commit | commitdiff | tree | snapshot | 
| 2015-06-12 |  Tom Lane | Improve error message and hint for ALTER COLUMN TYPE... | commit | commitdiff | tree | snapshot | 
| 2015-06-09 |  Tom Lane | Stamp 9.3.9.  REL9_3_9 | commit | commitdiff | tree | snapshot | 
| 2015-06-09 |  Tom Lane | Release notes for 9.4.4, 9.3.9, 9.2.13, 9.1.18, 9.0.22. | commit | commitdiff | tree | snapshot | 
| 2015-06-09 |  Tom Lane | Report more information if pg_perm_setlocale() fails... | commit | commitdiff | tree | snapshot | 
| 2015-06-08 |  Andres Freund | Allow HotStandbyActiveInReplay() to be called in single... | commit | commitdiff | tree | snapshot | 
| 2015-06-07 |  Tom Lane | Use a safer method for determining whether relcache... | commit | commitdiff | tree | snapshot | 
| 2015-06-05 |  Tom Lane | Fix incorrect order of database-locking operations... | commit | commitdiff | tree | snapshot | 
| 2015-06-05 |  Robert Haas | Cope with possible failure of the oldest MultiXact... | commit | commitdiff | tree | snapshot | 
| 2015-06-04 |  Alvaro Herrera | pgindent run on access/transam/multixact.c | commit | commitdiff | tree | snapshot | 
| 2015-06-04 |  Fujii Masao | Fix some issues in pg_class.relminmxid and pg_database... | commit | commitdiff | tree | snapshot | 
| 2015-06-03 |  Tom Lane | Fix planner's cost estimation for SEMI/ANTI joins with... | commit | commitdiff | tree | snapshot | 
| 2015-06-01 |  Tom Lane | Stamp 9.3.8.  REL9_3_8 | commit | commitdiff | tree | snapshot | 
| 2015-06-01 |  Tom Lane | Release notes for 9.4.3, 9.3.8, 9.2.12, 9.1.17, 9.0.21. | commit | commitdiff | tree | snapshot | 
| 2015-05-29 |  Tom Lane | initdb -S should now have an explicit check that $PGDAT... | commit | commitdiff | tree | snapshot | 
| 2015-05-29 |  Tom Lane | Remove special cases for ETXTBSY from new fsync'ing... | commit | commitdiff | tree | snapshot | 
| 2015-05-29 |  Tom Lane | Adjust initdb to also not consider fsync'ing failures... | commit | commitdiff | tree | snapshot | 
| 2015-05-28 |  Tom Lane | Fix fsync-at-startup code to not treat errors as fatal. | commit | commitdiff | tree | snapshot | 
| 2015-05-28 |  Tom Lane | Fix pg_get_functiondef() to print a function's LEAKPROO... | commit | commitdiff | tree | snapshot | 
| 2015-05-27 |  Tom Lane | Fix portability issue in isolationtester grammar. | commit | commitdiff | tree | snapshot | 
| 2015-05-27 |  Tom Lane | Remove configure check prohibiting threaded libpython... | commit | commitdiff | tree | snapshot | 
| 2015-05-25 |  Alvaro Herrera | Update README.tuplock | commit | commitdiff | tree | snapshot | 
| 2015-05-24 |  Tom Lane | Rename pg_shdepend.c's typedef "objectType" to SharedDe... | commit | commitdiff | tree | snapshot | 
| 2015-05-22 |  Tom Lane | Back-patch libpq support for TLS versions beyond v1. | commit | commitdiff | tree | snapshot | 
| 2015-05-19 |  Tom Lane | Last-minute updates for release notes.  REL9_3_7 | commit | commitdiff | tree | snapshot | 
| 2015-05-19 |  Tom Lane | Revert error-throwing wrappers for the printf family... | commit | commitdiff | tree | snapshot | 
| 2015-05-19 |  Heikki Linnakangas | Fix off-by-one error in Assertion. | commit | commitdiff | tree | snapshot | 
| 2015-05-18 |  Tom Lane | Stamp 9.3.7. | commit | commitdiff | tree | snapshot | 
| 2015-05-18 |  Robert Haas | Fix error message in pre_sync_fname. | commit | commitdiff | tree | snapshot | 
| 2015-05-18 |  Tom Lane | Last-minute updates for release notes. | commit | commitdiff | tree | snapshot | 
| 2015-05-18 |  Noah Misch | pgcrypto: Report errant decryption as "Wrong key or... | commit | commitdiff | tree | snapshot | 
| 2015-05-18 |  Noah Misch | Check return values of sensitive system library calls. | commit | commitdiff | tree | snapshot | 
| 2015-05-18 |  Noah Misch | Add error-throwing wrappers for the printf family of... | commit | commitdiff | tree | snapshot | 
| 2015-05-18 |  Noah Misch | Permit use of vsprintf() in PostgreSQL code. | commit | commitdiff | tree | snapshot | 
| 2015-05-18 |  Noah Misch | Prevent a double free by not reentering be_tls_close(). | commit | commitdiff | tree | snapshot | 
| 2015-05-18 |  Peter Eisentraut | Translation updates | commit | commitdiff | tree | snapshot | 
| 2015-05-18 |  Peter Eisentraut | Fix typos | commit | commitdiff | tree | snapshot | 
| 2015-05-17 |  Tom Lane | Release notes for 9.4.2, 9.3.7, 9.2.11, 9.1.16, 9.0.20. | commit | commitdiff | tree | snapshot | 
| 2015-05-16 |  Bruce Momjian | pg_upgrade:  properly handle timeline variables | commit | commitdiff | tree | snapshot | 
| 2015-05-16 |  Tom Lane | Fix docs typo | commit | commitdiff | tree | snapshot | 
| 2015-05-16 |  Bruce Momjian | pg_upgrade:  force timeline 1 in the new cluster | commit | commitdiff | tree | snapshot | 
| 2015-05-16 |  Bruce Momjian | pg_upgrade:  only allow template0 to be non-connectable | commit | commitdiff | tree | snapshot | 
| 2015-05-15 |  Tom Lane | Update time zone data files to tzdata release 2015d. | commit | commitdiff | tree | snapshot | 
| 2015-05-14 |  Tom Lane | Docs: fix erroneous claim about max byte length of... | commit | commitdiff | tree | snapshot | 
| 2015-05-13 |  Heikki Linnakangas | Fix RBM_ZERO_AND_LOCK mode to not acquire lock on local... | commit | commitdiff | tree | snapshot | 
| 2015-05-11 |  Tom Lane | Fix incorrect checking of deferred exclusion constraint... | commit | commitdiff | tree | snapshot | 
| 2015-05-11 |  Robert Haas | Increase threshold for multixact member emergency autov... | commit | commitdiff | tree | snapshot | 
| 2015-05-11 |  Robert Haas | Even when autovacuum=off, force it for members as we... | commit | commitdiff | tree | snapshot | 
| 2015-05-11 |  Robert Haas | Advance the stop point for multixact offset creation... | commit | commitdiff | tree | snapshot | 
| 2015-05-11 |  Robert Haas | Fix DetermineSafeOldestOffset for the case where there... | commit | commitdiff | tree | snapshot | 
| 2015-05-08 |  Stephen Frost | Recommend include_realm=1 in docs | commit | commitdiff | tree | snapshot | 
| 2015-05-08 |  Robert Haas | Teach autovacuum about multixact member wraparound. | commit | commitdiff | tree | snapshot | 
| 2015-05-07 |  Robert Haas | Fix incorrect math in DetermineSafeOldestOffset. | commit | commitdiff | tree | snapshot | 
| 2015-05-07 |  Magnus Hagander | Properly send SCM status updates when shutting down... | commit | commitdiff | tree | snapshot | 
| 2015-05-05 |  Tom Lane | citext's regexp_matches() functions weren't documented... | commit | commitdiff | tree | snapshot | 
| 2015-05-05 |  Tom Lane | Fix incorrect declaration of citext's regexp_matches... | commit | commitdiff | tree | snapshot | 
| 2015-05-05 |  Robert Haas | Fix some problems with patch to fsync the data directory. | commit | commitdiff | tree | snapshot | 
| 2015-05-04 |  Robert Haas | Recursively fsync() the data directory after a crash. | commit | commitdiff | tree | snapshot | 
| 2015-04-30 |  Alvaro Herrera | Fix pg_upgrade's multixact handling (again) | commit | commitdiff | tree | snapshot | 
| 2015-04-28 |  Alvaro Herrera | Code review for multixact bugfix | commit | commitdiff | tree | snapshot | 
| 2015-04-28 |  Alvaro Herrera | Protect against multixact members wraparound | commit | commitdiff | tree | snapshot | 
| 2015-04-26 |  Noah Misch | Build libecpg with -DFRONTEND in all supported versions. | commit | commitdiff | tree | snapshot | 
| 2015-04-25 |  Tom Lane | Prevent improper reordering of antijoins vs. outer... | commit | commitdiff | tree | snapshot | 
| 2015-04-24 |  Noah Misch | Build every ECPG library with -DFRONTEND. | commit | commitdiff | tree | snapshot | 
| 2015-04-24 |  Tom Lane | Fix obsolete comment in set_rel_size(). | commit | commitdiff | tree | snapshot | 
| 2015-04-23 |  Heikki Linnakangas | Fix deadlock at startup, if max_prepared_transactions... | commit | commitdiff | tree | snapshot | 
| 2015-04-14 |  Alvaro Herrera | Fix typo in comment | commit | commitdiff | tree | snapshot | 
| 2015-04-13 |  Heikki Linnakangas | Don't archive bogus recycled or preallocated files... | commit | commitdiff | tree | snapshot | 
| 2015-04-12 |  Heikki Linnakangas | Remove duplicated words in comments. | commit | commitdiff | tree | snapshot | 
| 2015-04-09 |  Magnus Hagander | Fix incorrect punctuation | commit | commitdiff | tree | snapshot | 
| 2015-04-08 |  Alvaro Herrera | Fix autovacuum launcher shutdown sequence | commit | commitdiff | tree | snapshot | 
| 2015-04-07 |  Tom Lane | Fix assorted inconsistent function declarations. | commit | commitdiff | tree | snapshot | 
| 2015-04-06 |  Fujii Masao | Fix typo in libpq.sgml. | commit | commitdiff | tree | snapshot | 
| 2015-04-05 |  Tom Lane | Suppress clang's unhelpful gripes about -pthread switch... | commit | commitdiff | tree | snapshot | 
| 2015-04-04 |  Tom Lane | Fix incorrect matching of subexpressions in outer-join... | commit | commitdiff | tree | snapshot | 
| 2015-04-03 |  Tom Lane | Remove unnecessary variables in _hash_splitbucket(). | commit | commitdiff | tree | snapshot | 
| 2015-04-01 |  Alvaro Herrera | psql: fix \connect with URIs and conninfo strings | commit | commitdiff | tree | snapshot | 
| 2015-04-01 |  Tom Lane | Fix incorrect markup in documentation of window frame... | commit | commitdiff | tree | snapshot | 
| 2015-03-31 |  Heikki Linnakangas | Remove spurious semicolons. | commit | commitdiff | tree | snapshot | 
| 2015-03-30 |  Andrew Dunstan | Run pg_upgrade and pg_resetxlog with restricted token... | commit | commitdiff | tree | snapshot | 
| 2015-03-30 |  Tom Lane | Fix bogus concurrent use of _hash_getnewbuf() in bucket... | commit | commitdiff | tree | snapshot | 
| 2015-03-29 |  Tom Lane | Add vacuum_delay_point call in compute_index_stats... | commit | commitdiff | tree | snapshot | 
| 2015-03-26 |  Tatsuo Ishii | Make SyncRepWakeQueue to a static function | commit | commitdiff | tree | snapshot | 
| 2015-03-24 |  Tom Lane | Fix ExecOpenScanRelation to take a lock on a ROW_MARK_C... | commit | commitdiff | tree | snapshot | 
| 2015-03-16 |  Tom Lane | Replace insertion sort in contrib/intarray with qsort(). | commit | commitdiff | tree | snapshot | 
| 2015-03-14 |  Tom Lane | Remove workaround for ancient incompatibility between... | commit | commitdiff | tree | snapshot | 
| 2015-03-13 |  Tatsuo Ishii | Fix integer overflow in debug message of walreceiver | commit | commitdiff | tree | snapshot | 
| 2015-03-12 |  Tom Lane | Ensure tableoid reads correctly in EvalPlanQual-manufac... | commit | commitdiff | tree | snapshot | 
| 2015-03-08 |  Tom Lane | Cast to (void *) rather than (int *) when passing int64... | commit | commitdiff | tree | snapshot | 
| 2015-03-08 |  Tom Lane | Fix documentation for libpq's PQfn(). | commit | commitdiff | tree | snapshot | 
| 2015-03-06 |  Tom Lane | Rethink function argument sorting in pg_dump. | commit | commitdiff | tree | snapshot | 
| 2015-03-06 |  Alvaro Herrera | Fix contrib/file_fdw's expected file | commit | commitdiff | tree | snapshot | 
| 2015-03-05 |  Alvaro Herrera | Fix user mapping object description | commit | commitdiff | tree | snapshot | 
| 2015-03-03 |  Alvaro Herrera | Add comment for "is_internal" parameter | commit | commitdiff | tree | snapshot | 
| 2015-03-02 |  Stephen Frost | Fix pg_dump handling of extension config tables | commit | commitdiff | tree | snapshot | 
| 2015-03-01 |  Noah Misch | Unlink static libraries before rebuilding them. | commit | commitdiff | tree | snapshot | 
| 2015-02-28 |  Tom Lane | Fix planning of star-schema-style queries. | commit | commitdiff | tree | snapshot | 
| next |