| 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 |
| 2018-11-21 |
Andres Freund | Fix sepgsql compile error caused by oid removal. |
commit | commitdiff | tree |
| 2018-11-21 |
Andres Freund | Remove WITH OIDS support, change oid catalog column... |
commit | commitdiff | tree |
| 2018-11-20 |
Michael Paquier | Improve description of buffer used to store records... |
commit | commitdiff | tree |
| 2018-11-20 |
Peter Eisentraut | Make detection of SSL_CTX_set_min_proto_version more... |
commit | commitdiff | tree |
| 2018-11-20 |
Peter Eisentraut | Add settings to control SSL/TLS protocol version |
commit | commitdiff | tree |
| 2018-11-20 |
Peter Eisentraut | Make WAL description output more consistent |
commit | commitdiff | tree |
| 2018-11-20 |
Peter Eisentraut | doc: Clarify CREATE TYPE ENUM documentation |
commit | commitdiff | tree |
| 2018-11-20 |
Peter Eisentraut | Refine some guc.c help texts |
commit | commitdiff | tree |
| 2018-11-20 |
Michael Paquier | Fix issues with TAP tests of pg_verify_checksums |
commit | commitdiff | tree |
| 2018-11-19 |
Tom Lane | Add needed #include. |
commit | commitdiff | tree |
| 2018-11-19 |
Tom Lane | Handle EPIPE more sanely when we close a pipe reading... |
commit | commitdiff | tree |
| 2018-11-19 |
Alvaro Herrera | psql: Describe partitioned tables/indexes as such |
commit | commitdiff | tree |
| 2018-11-19 |
Tom Lane | Update config/ax_pthread.m4 to latest upstream version. |
commit | commitdiff | tree |
| 2018-11-19 |
Tom Lane | Postpone LLVM-related uses of AC_CHECK_DECLS. |
commit | commitdiff | tree |
| 2018-11-19 |
Alvaro Herrera | psql: Show IP address in \conninfo |
commit | commitdiff | tree |
| 2018-11-19 |
Robert Haas | Reduce unnecessary list construction in RelationBuildPa... |
commit | commitdiff | tree |
| 2018-11-19 |
Tom Lane | Fix configure's AC_CHECK_DECLS tests to work correctly... |
commit | commitdiff | tree |
| 2018-11-19 |
Alvaro Herrera | Disallow COPY FREEZE on partitioned tables |
commit | commitdiff | tree |
| 2018-11-19 |
Peter Eisentraut | pg_archivecleanup: Update file header comment a bit |
commit | commitdiff | tree |
| 2018-11-19 |
Thomas Munro | PANIC on fsync() failure. |
commit | commitdiff | tree |
| 2018-11-19 |
Thomas Munro | Don't forget about failed fsync() requests. |
commit | commitdiff | tree |
| 2018-11-19 |
Michael Paquier | Rework documentation of pg_promote |
commit | commitdiff | tree |
| 2018-11-19 |
Michael Paquier | Remove unnecessary memcpy when reading WAL record fitti... |
commit | commitdiff | tree |
| 2018-11-18 |
Andrew Dunstan | fix typo |
commit | commitdiff | tree |
| 2018-11-18 |
Andrew Dunstan | Silence MSVC warnings about redefinition of isnan |
commit | commitdiff | tree |
| 2018-11-18 |
Tom Lane | Fix AC_REQUIRES breakage in LLVM autoconf tests. |
commit | commitdiff | tree |
| 2018-11-17 |
Tomas Vondra | Add valgrind suppressions for wcsrtombs optimizations |
commit | commitdiff | tree |
| 2018-11-17 |
Tom Lane | Avoid defining SIGTTIN/SIGTTOU on Windows. |
commit | commitdiff | tree |
| 2018-11-17 |
Tom Lane | Leave SIGTTIN/SIGTTOU signal handling alone in postmast... |
commit | commitdiff | tree |
| 2018-11-17 |
Andres Freund | Fix some spurious new compiler warnings in MSVC. |
commit | commitdiff | tree |
| 2018-11-17 |
Andres Freund | Make TupleTableSlots extensible, finish split of existi... |
commit | commitdiff | tree |
| 2018-11-16 |
Alvaro Herrera | Avoid re-typedef'ing PartitionTupleRouting |
commit | commitdiff | tree |
| 2018-11-16 |
Alvaro Herrera | pgbench: introduce a RandomState struct |
commit | commitdiff | tree |
| 2018-11-16 |
Andres Freund | Inline hot path of slot_getsomeattrs(). |
commit | commitdiff | tree |
| 2018-11-16 |
Alvaro Herrera | Redesign initialization of partition routing structures |
commit | commitdiff | tree |
| 2018-11-16 |
Andres Freund | Fix slot type assumptions for nodeGather[Merge]. |
commit | commitdiff | tree |
| 2018-11-16 |
Andres Freund | Add dummy field to currently empty struct TupleTableSlo... |
commit | commitdiff | tree |
| 2018-11-16 |
Andres Freund | Don't generate tuple deforming functions for virtual... |
commit | commitdiff | tree |
| 2018-11-16 |
Andres Freund | Verify that expected slot types match returned slot... |
commit | commitdiff | tree |
| 2018-11-16 |
Andres Freund | Compute information about EEOP_*_FETCHSOME at expressio... |
commit | commitdiff | tree |
| next |