2014-08-25 |
Andres Freund | Fix typos in some error messages thrown by extension... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Fujii Masao | Backpatch: Fix typo in update scripts for some contrib... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Alvaro Herrera | Fix outdated comment |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Noah Misch | Install libpq DLL with $(INSTALL_SHLIB). |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Tom Lane | Fix obsolete mention of non-int64 support in CREATE... |
commit | commitdiff | tree | snapshot |
2014-08-16 |
Tom Lane | Fix bogus return macros in range_overright_internal(). |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Tom Lane | Update SysV parameter configuration documentation for... |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Fujii Masao | Fix help message in pg_ctl. |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Fujii Masao | Fix failure to follow the directions when "init" fork... |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Fujii Masao | Fix documentation oversights about pageinspect and... |
commit | commitdiff | tree | snapshot |
2014-08-10 |
Tom Lane | Clarify type resolution behavior for domain types. |
commit | commitdiff | tree | snapshot |
2014-08-09 |
Tom Lane | Fix conversion of domains to JSON in 9.3 and 9.2. |
commit | commitdiff | tree | snapshot |
2014-08-09 |
Tom Lane | Reject duplicate column names in foreign key referenced... |
commit | commitdiff | tree | snapshot |
2014-08-07 |
Bruce Momjian | pg_upgrade: prevent oid conflicts with new-cluster... |
commit | commitdiff | tree | snapshot |
2014-08-04 |
Bruce Momjian | pg_upgrade: remove reference to autovacuum_multixact_f... |
commit | commitdiff | tree | snapshot |
2014-08-02 |
Fujii Masao | Add missing PQclear() calls into pg_receivexlog. |
commit | commitdiff | tree | snapshot |
2014-08-02 |
Fujii Masao | Fix bug in pg_receivexlog --verbose. |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Heikki Linnakangas | Fix typo in user manual |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Tom Lane | Avoid wholesale autovacuuming when autovacuum is nomina... |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Robert Haas | Fix mishandling of background worker PGPROCs in EXEC_BA... |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Heikki Linnakangas | Treat 2PC commit/abort the same as regular xacts in... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Tom Lane | Fix a performance problem in pg_dump's dump order selec... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Robert Haas | Avoid access to already-released lock in LockRefindAndR... |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Tom Lane | Rearrange documentation paragraph describing pg_relatio... |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Noah Misch | Report success when Windows kill() emulation signals... |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Noah Misch | MSVC: Substitute $(top_builddir) in REGRESS_OPTS. |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Tom Lane | Re-enable error for "SELECT ... OFFSET -1". |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Tom Lane | Check block number against the correct fork in get_raw_... |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Noah Misch | Diagnose incompatible OpenLDAP versions during build... |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Tom Lane | Reject out-of-range numeric timezone specifications. |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Tom Lane | Stamp 9.3.5. REL9_3_5 |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Tom Lane | Release notes for 9.3.5, 9.2.9, 9.1.14, 9.0.18, 8.4.22. |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Tom Lane | Adjust cutoff points in newly-added sanity tests. |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Tom Lane | Defend against bad relfrozenxid/relminmxid/datfrozenxid... |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2014-07-20 |
Tom Lane | Fix xreflabel for hot_standby_feedback. |
commit | commitdiff | tree | snapshot |
2014-07-19 |
Tom Lane | Update time zone data files to tzdata release 2014e. |
commit | commitdiff | tree | snapshot |
2014-07-19 |
Tom Lane | Partial fix for dropped columns in functions returning... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Noah Misch | Limit pg_upgrade authentication advice to always-secure... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Tom Lane | Fix two low-probability memory leaks in regular express... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
Heikki Linnakangas | Fix bugs in SP-GiST search with range type's -|- (adjac... |
commit | commitdiff | tree | snapshot |
2014-07-15 |
Alvaro Herrera | Fix REASSIGN OWNED for text search objects |
commit | commitdiff | tree | snapshot |
2014-07-15 |
Peter Eisentraut | doc: small fixes for REINDEX reference page |
commit | commitdiff | tree | snapshot |
2014-07-12 |
Magnus Hagander | Add autocompletion of locale keywords for CREATE DATABASE |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Tom Lane | Fix bug with whole-row references to append subplans. |
commit | commitdiff | tree | snapshot |
2014-07-08 |
Tom Lane | Don't assume a subquery's output is unique if there... |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Bruce Momjian | pg_upgrade: allow upgrades for new-only TOAST tables |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Bruce Momjian | pg_upgrade: preserve database and relation minmxid... |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Tom Lane | Add some errdetail to checkRuleResultList(). |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Bruce Momjian | pg_upgrade: no need to remove "members" files for... |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Tom Lane | Fix inadequately-sized output buffer in contrib/unaccent. |
commit | commitdiff | tree | snapshot |
2014-06-30 |
Noah Misch | Don't prematurely free the BufferAccessStrategy in... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Alvaro Herrera | Have multixact be truncated by checkpoint, not vacuum |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Alvaro Herrera | Don't allow relminmxid to go backwards during VACUUM... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Alvaro Herrera | Fix broken Assert() introduced by 8e9a16ab8f7f0e58 |
commit | commitdiff | tree | snapshot |
2014-06-26 |
Tom Lane | Back-patch "Fix EquivalenceClass processing for nested... |
commit | commitdiff | tree | snapshot |
2014-06-26 |
Fujii Masao | Remove obsolete example of CSV log file name from log_f... |
commit | commitdiff | tree | snapshot |
2014-06-25 |
Tom Lane | Fix handling of nested JSON objects in json_populate_re... |
commit | commitdiff | tree | snapshot |
2014-06-24 |
Bruce Momjian | pg_upgrade: remove pg_multixact files left by initdb |
commit | commitdiff | tree | snapshot |
2014-06-24 |
Heikki Linnakangas | Don't allow foreign tables with OIDs. |
commit | commitdiff | tree | snapshot |
2014-06-21 |
Kevin Grittner | Fix documentation template for CREATE TRIGGER. |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Joe Conway | Clean up data conversion short-lived memory context. |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Andres Freund | Do all-visible handling in lazy_vacuum_page() outside... |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Tom Lane | Avoid leaking memory while evaluating arguments for... |
commit | commitdiff | tree | snapshot |
2014-06-14 |
Noah Misch | Secure Unix-domain sockets of "make check" temporary... |
commit | commitdiff | tree | snapshot |
2014-06-14 |
Noah Misch | Add mkdtemp() to libpgport. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Tom Lane | Fix pg_restore's processing of old-style BLOB COMMENTS... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Tom Lane | Remove inadvertent copyright violation in largeobject... |
commit | commitdiff | tree | snapshot |
2014-06-11 |
Tom Lane | Fix ancient encoding error in hungarian.stop. |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Tom Lane | Forward-port regression test for bug #10587 into 9... |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Tom Lane | Fix infinite loop when splitting inner tuples in SPGiST... |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Alvaro Herrera | Wrap multixact/members correctly during extension,... |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Fujii Masao | Fix breakages of hot standby regression test. |
commit | commitdiff | tree | snapshot |
2014-06-05 |
Tom Lane | Add defenses against running with a wrong selection... |
commit | commitdiff | tree | snapshot |
2014-06-04 |
Andres Freund | Fix longstanding bug in HeapTupleSatisfiesVacuum(). |
commit | commitdiff | tree | snapshot |
2014-06-04 |
Fujii Masao | Add description of pg_stat directory into doc. |
commit | commitdiff | tree | snapshot |
2014-06-03 |
Tom Lane | Make plpython_unicode regression test work in more... |
commit | commitdiff | tree | snapshot |
2014-06-03 |
Andres Freund | Set the process latch when processing recovery conflict... |
commit | commitdiff | tree | snapshot |
2014-06-01 |
Tom Lane | PL/Python: Adjust the regression tests for Python 3.4 |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Tom Lane | On OS X, link libpython normally, ignoring the "framewo... |
commit | commitdiff | tree | snapshot |
2014-05-30 |
Heikki Linnakangas | Fix typos in MSVC solution file. |
commit | commitdiff | tree | snapshot |
2014-05-29 |
Tom Lane | When using the OSSP UUID library, cache its uuid_t... |
commit | commitdiff | tree | snapshot |
2014-05-28 |
Tom Lane | Revert "Fix bogus %name-prefix option syntax in all... |
commit | commitdiff | tree | snapshot |
2014-05-28 |
Tom Lane | Fix bogus %name-prefix option syntax in all our Bison... |
commit | commitdiff | tree | snapshot |
2014-05-28 |
Magnus Hagander | Ensure cleanup in case of early errors in streaming... |
commit | commitdiff | tree | snapshot |
2014-05-27 |
Tom Lane | Avoid unportable usage of sscanf(UINT64_FORMAT). |
commit | commitdiff | tree | snapshot |
2014-05-20 |
Tom Lane | Prevent auto_explain from changing the output of a... |
commit | commitdiff | tree | snapshot |
2014-05-19 |
Heikki Linnakangas | Use 0-based numbering in comments about backup blocks. |
commit | commitdiff | tree | snapshot |
2014-05-19 |
Tom Lane | Fix non-C89-compatible coding in pgbench. |
commit | commitdiff | tree | snapshot |
2014-05-16 |
Heikki Linnakangas | Initialize tsId and dbId fields in WAL record of COMMIT... |
commit | commitdiff | tree | snapshot |
2014-05-15 |
Tom Lane | Fix unportable setvbuf() usage in initdb. |
commit | commitdiff | tree | snapshot |
2014-05-15 |
Heikki Linnakangas | Handle duplicate XIDs in txid_snapshot. |
commit | commitdiff | tree | snapshot |
2014-05-15 |
Heikki Linnakangas | Fix race condition in preparing a transaction for two... |
commit | commitdiff | tree | snapshot |
2014-05-15 |
Tom Lane | In initdb, ensure stdout/stderr buffering behavior... |
commit | commitdiff | tree | snapshot |
2014-05-14 |
Tom Lane | Code review for recent changes in relcache.c. |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Heikki Linnakangas | Initialize padding bytes in btree_gist varbit support. |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Tom Lane | Ignore config.pl and buildenv.pl in src/tools/msvc. |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Heikki Linnakangas | Free PQresult on error in pg_receivexlog. |
commit | commitdiff | tree | snapshot |
2014-05-10 |
Tom Lane | Accept tcl 8.6 in configure's probe for tclsh. |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Tom Lane | Get rid of bogus dependency on typcategory in to_json... |
commit | commitdiff | tree | snapshot |
next |