2018-01-25 |
Tom Lane | Clean up some aspects of pg_dump/pg_restore item-select... |
commit | commitdiff | tree |
2018-01-25 |
Alvaro Herrera | Ignore partitioned indexes where appropriate |
commit | commitdiff | tree |
2018-01-25 |
Tom Lane | Improve pg_dump's handling of "special" built-in objects. |
commit | commitdiff | tree |
2018-01-25 |
Peter Eisentraut | Update documentation to mention huge pages on other... |
commit | commitdiff | tree |
2018-01-25 |
Peter Eisentraut | Remove use of byte-masking macros in record_image_cmp |
commit | commitdiff | tree |
2018-01-25 |
Peter Eisentraut | Allow spaces in connection strings in SSL tests |
commit | commitdiff | tree |
2018-01-24 |
Robert Haas | Avoid referencing off the end of subplan_partition_offsets. |
commit | commitdiff | tree |
2018-01-24 |
Bruce Momjian | doc: properly indent CREATE TRIGGER paragraph |
commit | commitdiff | tree |
2018-01-24 |
Peter Eisentraut | Add tests for record_image_eq and record_image_cmp |
commit | commitdiff | tree |
2018-01-24 |
Bruce Momjian | doc: clarify use of RegisterDynamicBackgroundWorker |
commit | commitdiff | tree |
2018-01-24 |
Tom Lane | Improve implementation of pg_attribute_always_inline. |
commit | commitdiff | tree |
2018-01-23 |
Bruce Momjian | doc: mention psql -l uses the 'postgres' database... |
commit | commitdiff | tree |
2018-01-23 |
Tom Lane | Teach reparameterize_path() to handle AppendPaths. |
commit | commitdiff | tree |
2018-01-23 |
Alvaro Herrera | Remove unnecessary include |
commit | commitdiff | tree |
2018-01-23 |
Tom Lane | Documentation fix: pg_ctl no longer makes connection... |
commit | commitdiff | tree |
2018-01-23 |
Peter Eisentraut | pgbench: Remove accidental garbage in test file |
commit | commitdiff | tree |
2018-01-23 |
Robert Haas | Update obsolete sentence in README.parallel. |
commit | commitdiff | tree |
2018-01-23 |
Robert Haas | Report an ERROR if a parallel worker fails to start... |
commit | commitdiff | tree |
2018-01-23 |
Tom Lane | In pg_dump, force reconnection after issuing ALTER... |
commit | commitdiff | tree |
2018-01-23 |
Bruce Momjian | doc: simplify intermediate certificate mention in... |
commit | commitdiff | tree |
2018-01-23 |
Peter Eisentraut | Extract common bits from OpenSSL implementation |
commit | commitdiff | tree |
2018-01-23 |
Peter Eisentraut | Move SSL API comments to header files |
commit | commitdiff | tree |
2018-01-23 |
Peter Eisentraut | Move EDH support to common files |
commit | commitdiff | tree |
2018-01-23 |
Peter Eisentraut | Split out documentation of SSL parameters into their... |
commit | commitdiff | tree |
2018-01-23 |
Peter Eisentraut | Add installcheck support to more test suites |
commit | commitdiff | tree |
2018-01-22 |
Tom Lane | Move handling of database properties from pg_dumpall... |
commit | commitdiff | tree |
2018-01-22 |
Tom Lane | Reorder code in pg_dump to dump comments etc in a unifo... |
commit | commitdiff | tree |
2018-01-22 |
Peter Eisentraut | PL/Python: Fix tests for older Python versions |
commit | commitdiff | tree |
2018-01-22 |
Tom Lane | Make pg_dump's ACL, sec label, and comment entries... |
commit | commitdiff | tree |
2018-01-22 |
Peter Eisentraut | Transaction control in PL procedures |
commit | commitdiff | tree |
2018-01-22 |
Magnus Hagander | Fix docs typo |
commit | commitdiff | tree |
2018-01-21 |
Magnus Hagander | Support huge pages on Windows |
commit | commitdiff | tree |
2018-01-21 |
Magnus Hagander | Fix wording of "hostaddrs" |
commit | commitdiff | tree |
2018-01-21 |
Bruce Momjian | doc: update intermediate certificate instructions |
commit | commitdiff | tree |
2018-01-20 |
Peter Eisentraut | Improve type conversion of SPI_processed in Python |
commit | commitdiff | tree |
2018-01-20 |
Tom Lane | Suppress possibly-uninitialized-variable warnings. |
commit | commitdiff | tree |
2018-01-19 |
Peter Eisentraut | PL/Python: Simplify PLyLong_FromInt64 |
commit | commitdiff | tree |
2018-01-19 |
Robert Haas | Allow UPDATE to move rows between partitions. |
commit | commitdiff | tree |
2018-01-19 |
Alvaro Herrera | Fix CompareIndexInfo's attnum comparisons |
commit | commitdiff | tree |
2018-01-19 |
Peter Eisentraut | Replace AclObjectKind with ObjectType |
commit | commitdiff | tree |
2018-01-19 |
Peter Eisentraut | Replace GrantObjectType with ObjectType |
commit | commitdiff | tree |
2018-01-19 |
Alvaro Herrera | Fix pg_dump version comparison |
commit | commitdiff | tree |
2018-01-19 |
Alvaro Herrera | Fix regression tests for better stability |
commit | commitdiff | tree |
2018-01-19 |
Alvaro Herrera | Local partitioned indexes |
commit | commitdiff | tree |
2018-01-19 |
Alvaro Herrera | Fix StoreCatalogInheritance1 to use 32bit inhseqno |
commit | commitdiff | tree |
2018-01-19 |
Robert Haas | Transfer state pertaining to pending REINDEX operations... |
commit | commitdiff | tree |
2018-01-19 |
Simon Riggs | Fix typo in recent commit |
commit | commitdiff | tree |
2018-01-19 |
Peter Eisentraut | Update comment |
commit | commitdiff | tree |
2018-01-18 |
Peter Eisentraut | Fix typo and improve punctuation |
commit | commitdiff | tree |
2018-01-18 |
Peter Eisentraut | Add tests for session_replication_role |
commit | commitdiff | tree |
2018-01-18 |
Tom Lane | Extend configure's __int128 test to check for a known... |
commit | commitdiff | tree |
2018-01-18 |
Peter Eisentraut | doc: Expand documentation of session_replication_role |
commit | commitdiff | tree |
2018-01-17 |
Bruce Momjian | Reorder C includes |
commit | commitdiff | tree |
2018-01-17 |
Robert Haas | postgres_fdw: Avoid 'outer pathkeys do not match mergec... |
commit | commitdiff | tree |
2018-01-17 |
Tom Lane | Remove useless lookup of root partitioned rel in ExecIn... |
commit | commitdiff | tree |
2018-01-17 |
Simon Riggs | Ability to advance replication slots |
commit | commitdiff | tree |
2018-01-17 |
Andrew Dunstan | Fix compiler warnings due to commit cc4feded |
commit | commitdiff | tree |
2018-01-17 |
Andrew Dunstan | Centralize json and jsonb handling of datetime types |
commit | commitdiff | tree |
2018-01-16 |
Peter Eisentraut | Remove useless use of bit-masking macros |
commit | commitdiff | tree |
2018-01-13 |
Michael Meskes | Cope with indicator arrays that do not have the correct... |
commit | commitdiff | tree |
2018-01-12 |
Bruce Momjian | docs: replace dblink() mention with foreign data mention |
commit | commitdiff | tree |
2018-01-12 |
Tom Lane | Fix postgres_fdw to cope with duplicate GROUP BY entries. |
commit | commitdiff | tree |
2018-01-12 |
Tom Lane | Avoid unnecessary failure in SELECT concurrent with... |
commit | commitdiff | tree |
2018-01-12 |
Tom Lane | Fix incorrect handling of subquery pullup in the presen... |
commit | commitdiff | tree |
2018-01-12 |
Michael Meskes | Fix parsing of compatibility mode argument. |
commit | commitdiff | tree |
2018-01-12 |
Alvaro Herrera | Remove hard-coded schema knowledge about pg_attribute... |
commit | commitdiff | tree |
2018-01-12 |
Bruce Momjian | C comment: fix "the the" mentions in C comments |
commit | commitdiff | tree |
2018-01-11 |
Peter Eisentraut | Refactor subscription tests to use PostgresNode's wait_... |
commit | commitdiff | tree |
2018-01-11 |
Tom Lane | Add QueryEnvironment to ExplainOneQuery_hook's paramete... |
commit | commitdiff | tree |
2018-01-11 |
Tom Lane | Cosmetic fix in postgres_fdw.c. |
commit | commitdiff | tree |
2018-01-11 |
Bruce Momjian | doc: add JSON acronym |
commit | commitdiff | tree |
2018-01-11 |
Peter Eisentraut | Fix Latin spelling |
commit | commitdiff | tree |
2018-01-11 |
Teodor Sigaev | llow negative coordinate for ~> (cube, int) operator |
commit | commitdiff | tree |
2018-01-11 |
Teodor Sigaev | Fix behavior of ~> (cube, int) operator |
commit | commitdiff | tree |
2018-01-10 |
Tom Lane | Fix sample INSTR() functions in the plpgsql documentation. |
commit | commitdiff | tree |
2018-01-10 |
Peter Eisentraut | Use portal pinning in PL/Perl and PL/Python |
commit | commitdiff | tree |
2018-01-10 |
Peter Eisentraut | Add tests for PL/pgSQL returning unnamed portals as... |
commit | commitdiff | tree |
2018-01-10 |
Peter Eisentraut | Revert "Move portal pinning from PL/pgSQL to SPI" |
commit | commitdiff | tree |
2018-01-10 |
Tom Lane | Remove dubious micro-optimization in ckpt_buforder_comp... |
commit | commitdiff | tree |
2018-01-10 |
Robert Haas | Add missing "return" statement to accumulate_append_sub... |
commit | commitdiff | tree |
2018-01-10 |
Peter Eisentraut | Move portal pinning from PL/pgSQL to SPI |
commit | commitdiff | tree |
2018-01-10 |
Peter Eisentraut | Give more accurate error message for dropping pinned... |
commit | commitdiff | tree |
2018-01-10 |
Teodor Sigaev | Fix allowing of leading zero on exponents in pgbench... |
commit | commitdiff | tree |
2018-01-09 |
Bruce Momjian | Remove outdated/removed Win32 URLs in C comments |
commit | commitdiff | tree |
2018-01-09 |
Andres Freund | Expression evaluation based aggregate transition invoca... |
commit | commitdiff | tree |
2018-01-09 |
Alvaro Herrera | Change some bogus PageGetLSN calls to BufferGetLSNAtomic |
commit | commitdiff | tree |
2018-01-09 |
Andrew Dunstan | Implement TZH and TZM timestamp format patterns |
commit | commitdiff | tree |
2018-01-09 |
Peter Eisentraut | Remove PortalGetQueryDesc() |
commit | commitdiff | tree |
2018-01-09 |
Peter Eisentraut | Update portal-related memory context names and API |
commit | commitdiff | tree |
2018-01-09 |
Tom Lane | Rewrite list_qsort() to avoid trashing its input list. |
commit | commitdiff | tree |
2018-01-09 |
Tom Lane | Improve the heuristic for ordering child paths of a... |
commit | commitdiff | tree |
2018-01-09 |
Tom Lane | While waiting for a condition variable, detect postmast... |
commit | commitdiff | tree |
2018-01-09 |
Peter Eisentraut | Fix ssl tests for when tls-server-end-point is not... |
commit | commitdiff | tree |
2018-01-09 |
Tom Lane | Fix race condition during replication origin drop. |
commit | commitdiff | tree |
2018-01-09 |
Tom Lane | Allow ConditionVariable[PrepareTo]Sleep to auto-switch... |
commit | commitdiff | tree |
2018-01-09 |
Robert Haas | Don't allow VACUUM VERBOSE ANALYZE VERBOSE. |
commit | commitdiff | tree |
2018-01-09 |
Teodor Sigaev | Improve scripting language in pgbench |
commit | commitdiff | tree |
2018-01-09 |
Robert Haas | Fix comment. |
commit | commitdiff | tree |
2018-01-09 |
Bruce Momjian | pg_upgrade: prevent check on live cluster from generat... |
commit | commitdiff | tree |
2018-01-08 |
Tom Lane | Cosmetic improvements in condition_variable.[hc]. |
commit | commitdiff | tree |
next |