| 2015-01-15 |
Heikki Linnakangas | Fix thinko in re-setting wal_log_hints flag from a... |
commit | commitdiff | tree |
| 2015-01-15 |
Tom Lane | Improve performance of EXPLAIN with large range tables. |
commit | commitdiff | tree |
| 2015-01-15 |
Robert Haas | pg_standby: Avoid writing one byte beyond the end of... |
commit | commitdiff | tree |
| 2015-01-14 |
Tom Lane | Allow CFLAGS from configure's environment to override... |
commit | commitdiff | tree |
| 2015-01-13 |
Andres Freund | Make logging_collector=on work with non-windows EXEC_BA... |
commit | commitdiff | tree |
| 2015-01-13 |
Heikki Linnakangas | Silence Coverity warnings about unused return values... |
commit | commitdiff | tree |
| 2015-01-12 |
Tom Lane | Fix some functions that were declared static then defin... |
commit | commitdiff | tree |
| 2015-01-12 |
Tom Lane | Avoid unexpected slowdown in vacuum regression test. |
commit | commitdiff | tree |
| 2015-01-12 |
Tom Lane | Use correct text domain for errcontext() appearing... |
commit | commitdiff | tree |
| 2015-01-12 |
Stephen Frost | Skip dead backends in MinimumActiveBackends |
commit | commitdiff | tree |
| 2015-01-11 |
Tom Lane | Fix libpq's behavior when /etc/passwd isn't readable. |
commit | commitdiff | tree |
| 2015-01-09 |
Alvaro Herrera | xlogreader.c: Fix report_invalid_record translatability... |
commit | commitdiff | tree |
| 2015-01-08 |
Andres Freund | Protect against XLogReaderAllocate() failing to allocat... |
commit | commitdiff | tree |
| 2015-01-08 |
Noah Misch | On Darwin, detect and report a multithreaded post |
commit | commitdiff | tree |
| 2015-01-08 |
Noah Misch | Always set the six locale category environment variable... |
commit | commitdiff | tree |
| 2015-01-08 |
Noah Misch | Reject ANALYZE commands during VACUUM FULL or another... |
commit | commitdiff | tree |
| 2015-01-06 |
Andres Freund | Correctly handle relcache invalidation corner case... |
commit | commitdiff | tree |
| 2015-01-06 |
Andres Freund | Improve relcache invalidation handling of currently... |
commit | commitdiff | tree |
| 2015-01-06 |
Alvaro Herrera | Fix thinko in plpython error message |
commit | commitdiff | tree |
| 2015-01-06 |
Bruce Momjian | Update copyright for 2015 |
commit | commitdiff | tree |
| 2015-01-06 |
Tom Lane | Fix broken pg_dump code for dumping comments on event... |
commit | commitdiff | tree |
| 2015-01-04 |
Alvaro Herrera | Fix thinko in lock mode enum |
commit | commitdiff | tree |
| 2015-01-04 |
Andres Freund | Correctly handle test durations of more than 2147s... |
commit | commitdiff | tree |
| 2015-01-04 |
Andres Freund | Fix off-by-one in pg_xlogdump's fuzzy_open_file(). |
commit | commitdiff | tree |
| 2015-01-04 |
Andres Freund | Add missing va_end() call to a early exit in dmetaphone... |
commit | commitdiff | tree |
| 2015-01-04 |
Andres Freund | Fix inconsequential fd leak in the new mark_file_as_arc... |
commit | commitdiff | tree |
| 2015-01-03 |
Andres Freund | Prevent WAL files created by pg_basebackup -x/X from... |
commit | commitdiff | tree |
| 2015-01-03 |
Andres Freund | Add pg_string_endswith as the start of a string helper... |
commit | commitdiff | tree |
| 2015-01-03 |
Tom Lane | Treat negative values of recovery_min_apply_delay as... |
commit | commitdiff | tree |
| 2015-01-03 |
Magnus Hagander | Make path to pg_service.conf absolute in documentation |
commit | commitdiff | tree |
| 2014-12-31 |
Tom Lane | Docs: improve descriptions of ISO week-numbering date... |
commit | commitdiff | tree |
| 2014-12-31 |
Peter Eisentraut | Fix trailing whitespace in PO file |
commit | commitdiff | tree |
| 2014-12-31 |
Tom Lane | Improve consistency of parsing of psql's magic variables. |
commit | commitdiff | tree |
| 2014-12-30 |
Heikki Linnakangas | Revert the GinMaxItemSize calculation so that we fit... |
commit | commitdiff | tree |
| 2014-12-30 |
Tatsuo Ishii | Fix resource leak pointed out by Coverity. |
commit | commitdiff | tree |
| 2014-12-30 |
Bruce Momjian | Backpatch variable renaming in formatting.c |
commit | commitdiff | tree |
| 2014-12-29 |
Tom Lane | Assorted minor fixes for psql metacommand docs. |
commit | commitdiff | tree |
| 2014-12-26 |
Alvaro Herrera | Grab heavyweight tuple lock only before sleeping |
commit | commitdiff | tree |
| 2014-12-25 |
Noah Misch | Have config_sspi_auth() permit IPv6 localhost connections. |
commit | commitdiff | tree |
| 2014-12-25 |
Fujii Masao | Remove duplicate include of slot.h. |
commit | commitdiff | tree |
| 2014-12-24 |
Tom Lane | Add CST (China Standard Time) to our lists of timezone... |
commit | commitdiff | tree |
| 2014-12-24 |
Andrew Dunstan | Fix installcheck case for tap tests |
commit | commitdiff | tree |
| 2014-12-22 |
Andrew Dunstan | Further tidy up on json aggregate documentation |
commit | commitdiff | tree |
| 2014-12-22 |
Andrew Dunstan | Fix documentation of argument type of json_agg and... |
commit | commitdiff | tree |
| 2014-12-21 |
Tom Lane | Docs: clarify treatment of variadic functions with... |
commit | commitdiff | tree |
| 2014-12-19 |
Heikki Linnakangas | Fix timestamp in end-of-recovery WAL records. |
commit | commitdiff | tree |
| 2014-12-19 |
Andres Freund | Prevent potentially hazardous compiler/cpu reordering... |
commit | commitdiff | tree |
| 2014-12-18 |
Tom Lane | Improve documentation about CASE and constant subexpres... |
commit | commitdiff | tree |
| 2014-12-18 |
Noah Misch | Recognize Makefile line continuations in fetchRegressOp... |
commit | commitdiff | tree |
| 2014-12-18 |
Andres Freund | Fix (re-)starting from a basebackup taken off a standby... |
commit | commitdiff | tree |
| 2014-12-18 |
Noah Misch | Fix previous commit for TAP test suites in VPATH builds. |
commit | commitdiff | tree |
| 2014-12-18 |
Noah Misch | Lock down regression testing temporary clusters on... |
commit | commitdiff | tree |
| 2014-12-17 |
Tom Lane | Fix another poorly worded error message. |
commit | commitdiff | tree |
| 2014-12-17 |
Tom Lane | Fix poorly worded error message. |
commit | commitdiff | tree |
| 2014-12-17 |
Magnus Hagander | Update .gitignore for pg_upgrade |
commit | commitdiff | tree |
| 2014-12-17 |
Magnus Hagander | Add missing documentation for some vcregress modes |
commit | commitdiff | tree |
| 2014-12-17 |
Magnus Hagander | Remove redundant sentence |
commit | commitdiff | tree |
| 2014-12-16 |
Tom Lane | Fix off-by-one loop count in MapArrayTypeName, and... |
commit | commitdiff | tree |
| 2014-12-16 |
Tom Lane | Suppress bogus statistics when pgbench failed to comple... |
commit | commitdiff | tree |
| 2014-12-16 |
Tom Lane | Fix file descriptor leak after failure of a \setshell... |
commit | commitdiff | tree |
| 2014-12-16 |
Heikki Linnakangas | Misc comment typo fixes. |
commit | commitdiff | tree |
| 2014-12-16 |
Tom Lane | Stamp 9.4.0. REL9_4_0 |
commit | commitdiff | tree |
| 2014-12-15 |
Alvaro Herrera | Translation updates |
commit | commitdiff | tree |
| 2014-12-15 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
| 2014-12-15 |
Alvaro Herrera | add missing newline |
commit | commitdiff | tree |
| 2014-12-15 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
| 2014-12-15 |
Peter Eisentraut | doc: Add link to how to specify time zone names to... |
commit | commitdiff | tree |
| 2014-12-14 |
Tom Lane | Improve documentation around parameter-setting and... |
commit | commitdiff | tree |
| 2014-12-14 |
Tom Lane | Update 9.4 release notes. |
commit | commitdiff | tree |
| 2014-12-13 |
Tom Lane | Improve recovery target settings documentation. |
commit | commitdiff | tree |
| 2014-12-13 |
Tom Lane | Repair corner-case bug in array version of percentile_c... |
commit | commitdiff | tree |
| 2014-12-12 |
Tom Lane | Revert misguided change to postgres_fdw FOR UPDATE... |
commit | commitdiff | tree |
| 2014-12-12 |
Tom Lane | Fix planning of SELECT FOR UPDATE on child table with... |
commit | commitdiff | tree |
| 2014-12-12 |
Tom Lane | Fix corner case where SELECT FOR UPDATE could return... |
commit | commitdiff | tree |
| 2014-12-11 |
Tom Lane | Fix assorted confusion between Oid and int32. |
commit | commitdiff | tree |
| 2014-12-11 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
| 2014-12-11 |
Tom Lane | Fix minor thinko in convertToJsonb(). |
commit | commitdiff | tree |
| 2014-12-05 |
Heikki Linnakangas | Give a proper error message if initdb password file... |
commit | commitdiff | tree |
| 2014-12-05 |
Heikki Linnakangas | Print wal_log_hints in the rm_desc routing of a paramet... |
commit | commitdiff | tree |
| 2014-12-04 |
Peter Eisentraut | Fix PGXS vpath build when PostgreSQL is built with... |
commit | commitdiff | tree |
| 2014-12-04 |
Peter Eisentraut | Remove USE_VPATH make variable from PGXS |
commit | commitdiff | tree |
| 2014-12-04 |
Peter Eisentraut | Fix SHLIB_PREREQS use in contrib, allowing PGXS builds |
commit | commitdiff | tree |
| 2014-12-04 |
Peter Eisentraut | Move PG_AUTOCONF_FILENAME definition |
commit | commitdiff | tree |
| 2014-12-03 |
Alvaro Herrera | Fix typos |
commit | commitdiff | tree |
| 2014-12-02 |
Tom Lane | Improve error messages for malformed array input strings. |
commit | commitdiff | tree |
| 2014-12-02 |
Andres Freund | Don't skip SQL backends in logical decoding for visibil... |
commit | commitdiff | tree |
| 2014-12-02 |
Tom Lane | Fix JSON aggregates to work properly when final functio... |
commit | commitdiff | tree |
| 2014-12-01 |
Tom Lane | Guard against bad "dscale" values in numeric_recv(). |
commit | commitdiff | tree |
| 2014-12-01 |
Andrew Dunstan | Fix hstore_to_json_loose's detection of valid JSON... |
commit | commitdiff | tree |
| 2014-12-01 |
Magnus Hagander | Fix missing space in documentation |
commit | commitdiff | tree |
| 2014-11-30 |
Tom Lane | Fix minor bugs in commit 30bf4689a96cd283af33edcdd6b721... |
commit | commitdiff | tree |
| 2014-11-29 |
Noah Misch | Remove PQhostaddr() from 9.4 release notes. |
commit | commitdiff | tree |
| 2014-11-29 |
Noah Misch | Reimplement 9f80f4835a55a1cbffcda5d23a617917f3286c14... |
commit | commitdiff | tree |
| 2014-11-29 |
Noah Misch | Revert "Add libpq function PQhostaddr()." |
commit | commitdiff | tree |
| 2014-11-28 |
Alvaro Herrera | Update transaction README for persistent multixacts |
commit | commitdiff | tree |
| 2014-11-28 |
Fujii Masao | Add tab-completion for ALTER TABLE ALTER CONSTRAINT... |
commit | commitdiff | tree |
| 2014-11-27 |
Fujii Masao | Make \watch respect the user's \pset null setting. |
commit | commitdiff | tree |
| 2014-11-27 |
Fujii Masao | Mark response messages for translation in pg_isready. |
commit | commitdiff | tree |
| 2014-11-27 |
Tom Lane | Free libxml2/libxslt resources in a safer order. |
commit | commitdiff | tree |
| 2014-11-25 |
Heikki Linnakangas | Allow "dbname" from connection string to be overridden... |
commit | commitdiff | tree |
| next |