2017-10-05 |
Robert Haas | Allow DML commands that create tables to use parallel... |
commit | commitdiff | tree |
2017-10-05 |
Tom Lane | Improve comments in vacuum_rel() and analyze_rel(). |
commit | commitdiff | tree |
2017-10-05 |
Robert Haas | Fix typo. |
commit | commitdiff | tree |
2017-10-05 |
Robert Haas | Fix more user-visible elog() calls. |
commit | commitdiff | tree |
2017-10-05 |
Peter Eisentraut | Document and use SPI_result_code_string() |
commit | commitdiff | tree |
2017-10-05 |
Peter Eisentraut | Move SPI error reporting out of ri_ReportViolation() |
commit | commitdiff | tree |
2017-10-04 |
Andres Freund | Msvc doesn't know UINT16_MAX, replace with PG_UINT16_MAX. |
commit | commitdiff | tree |
2017-10-04 |
Andres Freund | Attempt to adapt windows build for 212e6f34d55c. |
commit | commitdiff | tree |
2017-10-04 |
Andres Freund | Replace binary search in fmgr_isbuiltin with a lookup... |
commit | commitdiff | tree |
2017-10-04 |
Andres Freund | Move genbki.pl's find_defined_symbol to Catalog.pm. |
commit | commitdiff | tree |
2017-10-04 |
Tom Lane | Adjust git_changelog for new-style release tags. |
commit | commitdiff | tree |
2017-10-03 |
Tom Lane | Allow multiple tables to be specified in one VACUUM... |
commit | commitdiff | tree |
2017-10-03 |
Tom Lane | Fix race condition with unprotected use of a latch... |
commit | commitdiff | tree |
2017-10-03 |
Alvaro Herrera | Fix coding rules violations in walreceiver.c |
commit | commitdiff | tree |
2017-10-02 |
Peter Eisentraut | Expand collation documentation |
commit | commitdiff | tree |
2017-10-02 |
Simon Riggs | Grammar typo in security warning about md5 |
commit | commitdiff | tree |
2017-10-02 |
Andres Freund | Yet another pg_bswap typo in a windows only file. |
commit | commitdiff | tree |
2017-10-02 |
Andres Freund | Correct include file name in inet_aton fallback. |
commit | commitdiff | tree |
2017-10-01 |
Andres Freund | Replace most usages of ntoh[ls] and hton[sl] with pg_bs... |
commit | commitdiff | tree |
2017-10-01 |
Andres Freund | Remove redundant stdint.h include. |
commit | commitdiff | tree |
2017-10-01 |
Andres Freund | Try to make crash restart test work on windows. |
commit | commitdiff | tree |
2017-10-01 |
Andres Freund | Allow pg_ctl kill to send SIGKILL. |
commit | commitdiff | tree |
2017-10-01 |
Tom Lane | Update v10 release notes, and set the official release... |
commit | commitdiff | tree |
2017-10-01 |
Tom Lane | Use a longer connection timeout in pg_isready test. |
commit | commitdiff | tree |
2017-10-01 |
Peter Eisentraut | Add list of acknowledgments to release notes |
commit | commitdiff | tree |
2017-10-01 |
Heikki Linnakangas | Fix busy-wait in pgbench, with --rate. |
commit | commitdiff | tree |
2017-09-30 |
Tom Lane | Fix pg_dump to assign domain array type OIDs during... |
commit | commitdiff | tree |
2017-09-30 |
Tom Lane | Support arrays over domains. |
commit | commitdiff | tree |
2017-09-30 |
Andres Freund | Fix copy & pasto in 510b8cbff15f. |
commit | commitdiff | tree |
2017-09-30 |
Andres Freund | Fix typo. |
commit | commitdiff | tree |
2017-09-30 |
Andres Freund | Extend & revamp pg_bswap.h infrastructure. |
commit | commitdiff | tree |
2017-09-29 |
Peter Eisentraut | Use Py_RETURN_NONE where suitable |
commit | commitdiff | tree |
2017-09-29 |
Tom Lane | Fix inadequate locking during get_rel_oids(). |
commit | commitdiff | tree |
2017-09-29 |
Robert Haas | psql: Don't try to print a partition constraint we... |
commit | commitdiff | tree |
2017-09-29 |
Robert Haas | pgbench: If we fail to send a command to the server... |
commit | commitdiff | tree |
2017-09-29 |
Peter Eisentraut | psql: Update \d sequence display |
commit | commitdiff | tree |
2017-09-29 |
Tom Lane | Marginal improvement for generated code in execExprInte... |
commit | commitdiff | tree |
2017-09-29 |
Peter Eisentraut | Add background worker type |
commit | commitdiff | tree |
2017-09-29 |
Robert Haas | Remove replacement selection sort. |
commit | commitdiff | tree |
2017-09-29 |
Peter Eisentraut | Add PostgreSQL version to coverage output |
commit | commitdiff | tree |
2017-09-29 |
Peter Eisentraut | Add lcov --initial |
commit | commitdiff | tree |
2017-09-28 |
Peter Eisentraut | Remove SGML marked sections |
commit | commitdiff | tree |
2017-09-28 |
Alvaro Herrera | Fix freezing of a dead HOT-updated tuple |
commit | commitdiff | tree |
2017-09-28 |
Peter Eisentraut | Have lcov exclude external files |
commit | commitdiff | tree |
2017-09-28 |
Peter Eisentraut | Run only top-level recursive lcov |
commit | commitdiff | tree |
2017-09-27 |
Tom Lane | Fix behavior when converting a float infinity to numeric. |
commit | commitdiff | tree |
2017-09-27 |
Tom Lane | Revert to 9.6 treatment of ALTER TYPE enumtype ADD... |
commit | commitdiff | tree |
2017-09-27 |
Peter Eisentraut | Fix plperl build |
commit | commitdiff | tree |
2017-09-27 |
Dean Rasheed | Improve the CREATE POLICY documentation. |
commit | commitdiff | tree |
2017-09-27 |
Peter Eisentraut | Improve vpath support in plperl build |
commit | commitdiff | tree |
2017-09-27 |
Peter Eisentraut | Get rid of parameterized marked sections in SGML |
commit | commitdiff | tree |
2017-09-27 |
Peter Eisentraut | pg_basebackup: Add option to create replication slot |
commit | commitdiff | tree |
2017-09-27 |
Noah Misch | Don't recommend "DROP SCHEMA information_schema CASCADE". |
commit | commitdiff | tree |
2017-09-26 |
Peter Eisentraut | Add some more pg_receivewal tests |
commit | commitdiff | tree |
2017-09-26 |
Peter Eisentraut | Turn on log_replication_commands in PostgresNode |
commit | commitdiff | tree |
2017-09-26 |
Tom Lane | Improve wording of error message added in commit 714805010. |
commit | commitdiff | tree |
2017-09-26 |
Tom Lane | Fix failure-to-read-man-page in commit 899bd785c. |
commit | commitdiff | tree |
2017-09-26 |
Tom Lane | Remove heuristic same-transaction test from check_safe_... |
commit | commitdiff | tree |
2017-09-26 |
Tom Lane | Use a blacklist to distinguish original from add-on... |
commit | commitdiff | tree |
2017-09-26 |
Peter Eisentraut | Sort pg_basebackup options better |
commit | commitdiff | tree |
2017-09-26 |
Peter Eisentraut | Handle heap rewrites better in logical replication |
commit | commitdiff | tree |
2017-09-26 |
Robert Haas | Remove lsn from HashScanPosData. |
commit | commitdiff | tree |
2017-09-26 |
Robert Haas | Fix trivial mistake in README. |
commit | commitdiff | tree |
2017-09-25 |
Tom Lane | Avoid SIGBUS on Linux when a DSM memory request overrun... |
commit | commitdiff | tree |
2017-09-25 |
Tom Lane | Make construct_[md_]array return a valid empty array... |
commit | commitdiff | tree |
2017-09-25 |
Andrew Dunstan | Support building with Visual Studio 2017 |
commit | commitdiff | tree |
2017-09-24 |
Tom Lane | Fix assorted infelicities in new SetWALSegSize() function. |
commit | commitdiff | tree |
2017-09-24 |
Peter Eisentraut | Allow ICU to use SortSupport on Windows with UTF-8 |
commit | commitdiff | tree |
2017-09-24 |
Peter Eisentraut | doc: Expand user documentation on SCRAM |
commit | commitdiff | tree |
2017-09-24 |
Peter Eisentraut | Fix pg_basebackup test to original intent |
commit | commitdiff | tree |
2017-09-23 |
Tom Lane | ... and the very same bug in publicationListToArray(). |
commit | commitdiff | tree |
2017-09-23 |
Tom Lane | Fix bogus size calculation in strlist_to_textarray(). |
commit | commitdiff | tree |
2017-09-23 |
Tom Lane | Improve memory management in autovacuum.c. |
commit | commitdiff | tree |
2017-09-23 |
Tom Lane | Remove pgbench "progress" test pending solution of... |
commit | commitdiff | tree |
2017-09-23 |
Tom Lane | Ten-second timeout in 013_crash_restart.pl is not enoug... |
commit | commitdiff | tree |
2017-09-23 |
Peter Eisentraut | Refactor new file permission handling |
commit | commitdiff | tree |
2017-09-23 |
Alvaro Herrera | Test BRIN autosummarization |
commit | commitdiff | tree |
2017-09-22 |
Peter Eisentraut | Fix saving and restoring umask |
commit | commitdiff | tree |
2017-09-22 |
Peter Eisentraut | Revert "Add basic TAP test setup for pg_upgrade" |
commit | commitdiff | tree |
2017-09-22 |
Andres Freund | Add inline murmurhash32(uint32) function. |
commit | commitdiff | tree |
2017-09-22 |
Peter Eisentraut | doc: Document commands that cannot be run in a transact... |
commit | commitdiff | tree |
2017-09-22 |
Andres Freund | Expand expected output for recovery test even further. |
commit | commitdiff | tree |
2017-09-22 |
Andres Freund | Fix s/intidb/initdb/ typo. |
commit | commitdiff | tree |
2017-09-22 |
Robert Haas | For wal_consistency_checking, mask page checksum as... |
commit | commitdiff | tree |
2017-09-22 |
Robert Haas | hash: Implement page-at-a-time scan. |
commit | commitdiff | tree |
2017-09-22 |
Tom Lane | Allow up to 3 "-P 1" reports per thread in pgbench... |
commit | commitdiff | tree |
2017-09-22 |
Peter Eisentraut | Remove contrib/chkpass |
commit | commitdiff | tree |
2017-09-22 |
Tom Lane | Mop-up for commit 85feb77aa09cda9ff3e12cf95c757c499dc25343. |
commit | commitdiff | tree |
2017-09-22 |
Tom Lane | Assume wcstombs(), towlower(), and sibling functions... |
commit | commitdiff | tree |
2017-09-22 |
Peter Eisentraut | Fix build with !USE_WIDE_UPPER_LOWER |
commit | commitdiff | tree |
2017-09-22 |
Alvaro Herrera | Document further existing locks as wait events |
commit | commitdiff | tree |
2017-09-22 |
Tom Lane | Sync our copy of the timezone library with IANA tzcode |
commit | commitdiff | tree |
2017-09-22 |
Tom Lane | Revert "Fix bool/int type confusion" |
commit | commitdiff | tree |
2017-09-21 |
Andrew Dunstan | Provide a test for variable existence in psql |
commit | commitdiff | tree |
2017-09-21 |
Tom Lane | Give a better error for duplicate entries in VACUUM... |
commit | commitdiff | tree |
2017-09-21 |
Andrew Dunstan | Quieten warnings about unused variables |
commit | commitdiff | tree |
2017-09-21 |
Robert Haas | Associate partitioning information with each RelOptInfo. |
commit | commitdiff | tree |
2017-09-20 |
Tom Lane | Improve dubious memory management in pg_newlocale_from_... |
commit | commitdiff | tree |
2017-09-20 |
Tom Lane | Fix instability in subscription regression test. |
commit | commitdiff | tree |
2017-09-20 |
Tom Lane | Fix erroneous documentation about noise word GROUP. |
commit | commitdiff | tree |
next |