2018-12-11 |
Tom Lane | Fix test_rls_hooks to assign expression collations... |
commit | commitdiff | tree |
2018-12-11 |
Tom Lane | Doc: improve documentation about ALTER LARGE OBJECT... |
commit | commitdiff | tree |
2018-12-11 |
Noah Misch | Raise some timeouts to 180s, in test code. |
commit | commitdiff | tree |
2018-12-10 |
Tom Lane | Add stack depth checks to key recursive functions in... |
commit | commitdiff | tree |
2018-12-10 |
Tom Lane | Doc: remove obsolete reference to recursive expression... |
commit | commitdiff | tree |
2018-12-10 |
Tom Lane | Make TupleDescInitBuiltinEntry throw error for unsuppor... |
commit | commitdiff | tree |
2018-12-10 |
Stephen Frost | Add pg_dump test for empty OP class |
commit | commitdiff | tree |
2018-12-10 |
Stephen Frost | Add additional partition tests to pg_dump |
commit | commitdiff | tree |
2018-12-10 |
Stephen Frost | Remove dead code in toast_fetch_datum_slice |
commit | commitdiff | tree |
2018-12-10 |
Michael Paquier | Ensure cleanup of orphan archive status files |
commit | commitdiff | tree |
2018-12-09 |
Michael Paquier | Add timestamp of last received message from standby... |
commit | commitdiff | tree |
2018-12-07 |
Tom Lane | Doc: document that we expect CHECK constraint condition... |
commit | commitdiff | tree |
2018-12-07 |
Tom Lane | Doc: remove obsolete statements about system OID column... |
commit | commitdiff | tree |
2018-12-07 |
Tom Lane | In PQprint(), write HTML table trailer before closing... |
commit | commitdiff | tree |
2018-12-07 |
Tom Lane | Fix misapplication of pgstat_count_truncate to wrong... |
commit | commitdiff | tree |
2018-12-07 |
Tom Lane | Clean up sloppy coding in publicationcmds.c's OpenTable... |
commit | commitdiff | tree |
2018-12-07 |
Tom Lane | Doc: make cross-reference to format() function more... |
commit | commitdiff | tree |
2018-12-06 |
Michael Paquier | Fix some errhint and errdetail strings missing a period |
commit | commitdiff | tree |
2018-12-06 |
Tom Lane | Improve our response to invalid format strings, and... |
commit | commitdiff | tree |
2018-12-06 |
Stephen Frost | Improve planner stats documentation |
commit | commitdiff | tree |
2018-12-06 |
Stephen Frost | Cleanup minor pg_dump memory leaks |
commit | commitdiff | tree |
2018-12-06 |
Stephen Frost | Cleanup comments in xlog compression |
commit | commitdiff | tree |
2018-12-06 |
Tatsuo Ishii | Change true/false to on/off. |
commit | commitdiff | tree |
2018-12-05 |
Alvaro Herrera | Don't mark partitioned indexes invalid unnecessarily |
commit | commitdiff | tree |
2018-12-05 |
Michael Paquier | Fix invalid value of synchronous_commit in description... |
commit | commitdiff | tree |
2018-12-04 |
Stephen Frost | Fix typo |
commit | commitdiff | tree |
2018-12-04 |
Etsuro Fujita | postgres_fdw: Improve cost and size estimation for... |
commit | commitdiff | tree |
2018-12-03 |
Tom Lane | Refactor documentation about privileges to centralize... |
commit | commitdiff | tree |
2018-12-03 |
Michael Paquier | Add some missing schema qualifications |
commit | commitdiff | tree |
2018-12-03 |
Michael Paquier | Add PGXS options to control TAP and isolation tests... |
commit | commitdiff | tree |
2018-12-01 |
Tom Lane | Eliminate parallel-make hazard in ecpg/preproc. |
commit | commitdiff | tree |
2018-12-01 |
Tom Lane | Rename ecpg's various "extern.h" files to have distinct... |
commit | commitdiff | tree |
2018-12-01 |
Tom Lane | Add a --socketdir option to pg_upgrade. |
commit | commitdiff | tree |
2018-11-30 |
Michael Paquier | Fix tablespace path TAP test of pg_verify_checksums... |
commit | commitdiff | tree |
2018-11-30 |
Alvaro Herrera | Silence compiler warning |
commit | commitdiff | tree |
2018-11-30 |
Amit Kapila | Fix typo. |
commit | commitdiff | tree |
2018-11-30 |
Michael Paquier | Fix various checksum check problems for pg_verify_check... |
commit | commitdiff | tree |
2018-11-30 |
Michael Paquier | Switch pg_verify_checksums back to a blacklist |
commit | commitdiff | tree |
2018-11-29 |
Tom Lane | Document handling of invalid/ambiguous timestamp input... |
commit | commitdiff | tree |
2018-11-29 |
Alvaro Herrera | Add log_statement_sample_rate parameter |
commit | commitdiff | tree |
2018-11-29 |
Tom Lane | Ensure static libraries have correct mod time even... |
commit | commitdiff | tree |
2018-11-29 |
Peter Eisentraut | doc: Add appendix detailing some limits of PostgreSQL |
commit | commitdiff | tree |
2018-11-29 |
Michael Paquier | Add pg_partition_tree to documentation index |
commit | commitdiff | tree |
2018-11-29 |
Michael Paquier | Add support for NO_INSTALLCHECK in MSVC scripts |
commit | commitdiff | tree |
2018-11-29 |
Thomas Munro | Fix minor typo in dsa.c. |
commit | commitdiff | tree |
2018-11-29 |
Michael Paquier | Add missing NO_INSTALLCHECK in commit_ts and test_rls_hooks |
commit | commitdiff | tree |
2018-11-29 |
Michael Paquier | Fix handling of synchronous replication for stopping... |
commit | commitdiff | tree |
2018-11-28 |
Peter Geoghegan | Have BufFileSize() ereport() on FileSize() failure. |
commit | commitdiff | tree |
2018-11-28 |
Peter Eisentraut | Only allow one recovery target setting |
commit | commitdiff | tree |
2018-11-28 |
Bruce Momjian | C comment: remove extra '*' |
commit | commitdiff | tree |
2018-11-28 |
Thomas Munro | Don't set PAM_RHOST for Unix sockets. |
commit | commitdiff | tree |
2018-11-28 |
Tomas Vondra | Do not decode TOAST data for table rewrites |
commit | commitdiff | tree |
2018-11-27 |
Tomas Vondra | Use wildcard to match parens after CREATE STATISTICS |
commit | commitdiff | tree |
2018-11-27 |
Thomas Munro | Don't count zero-filled buffers as 'read' in EXPLAIN. |
commit | commitdiff | tree |
2018-11-27 |
Andres Freund | Ensure consistent sort order of large objects in pg_dump. |
commit | commitdiff | tree |
2018-11-27 |
Andres Freund | Fix jit compilation bug on wide tables. |
commit | commitdiff | tree |
2018-11-27 |
Peter Eisentraut | Update ssl test certificates and keys |
commit | commitdiff | tree |
2018-11-27 |
Andres Freund | Fix ac218aa4f6 to work on versions before 9.5. |
commit | commitdiff | tree |
2018-11-27 |
Andres Freund | Update pg_upgrade test for reg* to include regrole... |
commit | commitdiff | tree |
2018-11-27 |
Bruce Momjian | doc: fix wording for plpgsql, add "and" |
commit | commitdiff | tree |
2018-11-26 |
Andres Freund | Fix typo introduced in 578b229718. |
commit | commitdiff | tree |
2018-11-26 |
Andres Freund | Fix pg_upgrade for oid removal. |
commit | commitdiff | tree |
2018-11-26 |
Tom Lane | Fix translation of special characters in psql's LaTeX... |
commit | commitdiff | tree |
2018-11-26 |
Tom Lane | Avoid locale-dependent output in numericlocale check. |
commit | commitdiff | tree |
2018-11-26 |
Alvaro Herrera | Fix sample output for hash_metapage_info query |
commit | commitdiff | tree |
2018-11-26 |
Tom Lane | Add CSV table output mode in psql. |
commit | commitdiff | tree |
2018-11-26 |
Tom Lane | Improve regression test coverage for psql output formats. |
commit | commitdiff | tree |
2018-11-26 |
Tom Lane | Fix breakage of "\pset format latex". |
commit | commitdiff | tree |
2018-11-26 |
Alvaro Herrera | Clarify that cross-row constraints are unsupported |
commit | commitdiff | tree |
2018-11-26 |
Michael Paquier | Revert "Fix typo in documentation of toast storage" |
commit | commitdiff | tree |
2018-11-26 |
Michael Paquier | Fix typo in documentation of toast storage |
commit | commitdiff | tree |
2018-11-26 |
Michael Paquier | Revert all new recent changes to add PGXS options for... |
commit | commitdiff | tree |
2018-11-26 |
Michael Paquier | Fix regression test handling of test_decoding with... |
commit | commitdiff | tree |
2018-11-26 |
Michael Paquier | Disable temporarily TAP tests for contrib/bloom/ |
commit | commitdiff | tree |
2018-11-25 |
Michael Paquier | Add PGXS options to control TAP and isolation tests |
commit | commitdiff | tree |
2018-11-25 |
Peter Eisentraut | Integrate recovery.conf into postgresql.conf |
commit | commitdiff | tree |
2018-11-25 |
Thomas Munro | Fix assertion failure for SSL connections. |
commit | commitdiff | tree |
2018-11-24 |
Andrew Gierth | Fix hstore hash function for empty hstores upgraded... |
commit | commitdiff | tree |
2018-11-24 |
Andrew Gierth | Avoid crashes in contrib/intarray gist__int_ops (bug... |
commit | commitdiff | tree |
2018-11-24 |
Tom Lane | Adjust new test case for more portability. |
commit | commitdiff | tree |
2018-11-24 |
Tom Lane | Fix float-to-integer coercions to handle edge cases... |
commit | commitdiff | tree |
2018-11-23 |
Tom Lane | Add a 64-bit hash function for type hstore. |
commit | commitdiff | tree |
2018-11-23 |
Tom Lane | Add a 64-bit hash function for type citext. |
commit | commitdiff | tree |
2018-11-23 |
Tom Lane | Clamp semijoin selectivity to be not more than inner... |
commit | commitdiff | tree |
2018-11-23 |
Alvaro Herrera | Silence compiler warnings |
commit | commitdiff | tree |
2018-11-23 |
Tom Lane | Remove bogus file. |
commit | commitdiff | tree |
2018-11-23 |
Alvaro Herrera | Don't allow partitioned indexes in pg_global tablespace |
commit | commitdiff | tree |
2018-11-23 |
Peter Eisentraut | doc: Fix typo |
commit | commitdiff | tree |
2018-11-23 |
Thomas Munro | Add WL_EXIT_ON_PM_DEATH pseudo-event. |
commit | commitdiff | tree |
2018-11-23 |
Michael Paquier | Clarify documentation about PASSWORD in CREATE/ALTER... |
commit | commitdiff | tree |
2018-11-22 |
Tom Lane | Fix another crash in json{b}_populate_recordset and... |
commit | commitdiff | tree |
2018-11-22 |
Tom Lane | Doc: rework introductory documentation about covering... |
commit | commitdiff | tree |
2018-11-22 |
Michael Paquier | Fix typo in description of ExecFindPartition |
commit | commitdiff | tree |
2018-11-21 |
Bruce Momjian | doc: adjust time zone names text, v2 |
commit | commitdiff | tree |
2018-11-21 |
Bruce Momjian | doc: adjust time zone names text |
commit | commitdiff | tree |
2018-11-21 |
Alvaro Herrera | Rework the pgbench state machine code for clarity |
commit | commitdiff | tree |
2018-11-21 |
Alvaro Herrera | Fix typo in commit 6f7d02aa60b7 |
commit | commitdiff | tree |
2018-11-21 |
Alvaro Herrera | Fix PartitionDispatchData vertical whitespace |
commit | commitdiff | tree |
2018-11-21 |
Alvaro Herrera | instr_time.h: add INSTR_TIME_SET_CURRENT_LAZY |
commit | commitdiff | tree |
2018-11-21 |
Andres Freund | Blind attempt at fixing sepgsql output for 578b22. |
commit | commitdiff | tree |
next |