2019-12-27 |
Michael Paquier | Forbid DROP SCHEMA on temporary namespaces |
commit | commitdiff | tree |
2019-12-26 |
Michael Paquier | Revert "Rename files and headers related to index AM" |
commit | commitdiff | tree |
2019-12-26 |
Tom Lane | Fix possible loss of sync between rectypeid and underly... |
commit | commitdiff | tree |
2019-12-26 |
Tom Lane | Improve comments in utils/rel.h. |
commit | commitdiff | tree |
2019-12-26 |
Tom Lane | Refactor parser's generation of Var nodes. |
commit | commitdiff | tree |
2019-12-26 |
Michael Paquier | Fix some comments related to logical repslot advancing |
commit | commitdiff | tree |
2019-12-26 |
Michael Paquier | Refactor code dedicated to index vacuuming in vacuumlazy.c |
commit | commitdiff | tree |
2019-12-26 |
Fujii Masao | Add note about how each partition's default value is... |
commit | commitdiff | tree |
2019-12-25 |
Tom Lane | Allow whole-row Vars to be used in partitioning express... |
commit | commitdiff | tree |
2019-12-25 |
Tom Lane | Remove equalPartitionDescs(). |
commit | commitdiff | tree |
2019-12-25 |
Tom Lane | Load relcache entries' partitioning data on-demand... |
commit | commitdiff | tree |
2019-12-25 |
Michael Paquier | Rename files and headers related to index AM |
commit | commitdiff | tree |
2019-12-24 |
Alvaro Herrera | Avoid splitting C string literals with \-newline |
commit | commitdiff | tree |
2019-12-24 |
Michael Paquier | Replace use of strerror() with %s by %m in pg_waldump |
commit | commitdiff | tree |
2019-12-24 |
Thomas Munro | Rotate instead of shifting hash join batch number. |
commit | commitdiff | tree |
2019-12-23 |
Joe Conway | Disallow null category in crosstab_hash |
commit | commitdiff | tree |
2019-12-23 |
Tom Lane | Disallow partition key expressions that return pseudo... |
commit | commitdiff | tree |
2019-12-23 |
Tom Lane | Prevent a rowtype from being included in itself via... |
commit | commitdiff | tree |
2019-12-23 |
Alvaro Herrera | GetPublicationByName: Don't repeat ourselves |
commit | commitdiff | tree |
2019-12-23 |
Peter Geoghegan | Normalize _bt_finish_split() argument names. |
commit | commitdiff | tree |
2019-12-23 |
Peter Geoghegan | Update nbtree LP_DEAD item deletion comments. |
commit | commitdiff | tree |
2019-12-22 |
Tom Lane | Avoid low-probability regression test failures in times... |
commit | commitdiff | tree |
2019-12-22 |
Peter Eisentraut | Fix compiler warning for ppoll() on Cygwin |
commit | commitdiff | tree |
2019-12-21 |
Tom Lane | In pgwin32_open, loop after ERROR_ACCESS_DENIED only... |
commit | commitdiff | tree |
2019-12-21 |
Bruce Momjian | C comment: clarify why psql's help/exit/quit must... |
commit | commitdiff | tree |
2019-12-21 |
Bruce Momjian | docs: clarify handling of column lists in COPY TO... |
commit | commitdiff | tree |
2019-12-20 |
Tom Lane | Adjust test case added by commit 6136e94dc. |
commit | commitdiff | tree |
2019-12-20 |
Tom Lane | libpq should expose GSS-related parameters even when... |
commit | commitdiff | tree |
2019-12-20 |
Peter Eisentraut | Clean up inconsistent backslash use in paths |
commit | commitdiff | tree |
2019-12-20 |
Peter Eisentraut | Generate pg_config.h from pg_config.h.in on Windows |
commit | commitdiff | tree |
2019-12-20 |
Peter Eisentraut | Disallow dropping rules on system tables by default |
commit | commitdiff | tree |
2019-12-20 |
Peter Eisentraut | Fix compiler warnings on MSYS2 |
commit | commitdiff | tree |
2019-12-20 |
Andrew Dunstan | Superuser can permit passwordless connections on postgr... |
commit | commitdiff | tree |
2019-12-19 |
Robert Haas | Extend the ProcSignal mechanism to support barriers. |
commit | commitdiff | tree |
2019-12-19 |
Peter Geoghegan | Remove unneeded "pin scan" nbtree VACUUM code. |
commit | commitdiff | tree |
2019-12-19 |
Bruce Momjian | revert: Remove meaningless assignments in nbtree code |
commit | commitdiff | tree |
2019-12-19 |
Bruce Momjian | Remove meaningless assignments in nbtree code |
commit | commitdiff | tree |
2019-12-19 |
Alvaro Herrera | makeArrayTypeName: Remove pointless relation open/close |
commit | commitdiff | tree |
2019-12-19 |
Tom Lane | Doc: add a short summary of available authentication... |
commit | commitdiff | tree |
2019-12-19 |
Robert Haas | Update neglected comment. |
commit | commitdiff | tree |
2019-12-19 |
Robert Haas | Fix minor problems with non-exclusive backup cleanup. |
commit | commitdiff | tree |
2019-12-19 |
Peter Eisentraut | Add support for MSYS2 |
commit | commitdiff | tree |
2019-12-18 |
Robert Haas | Re-#include <time.h> in checkpointer.c. |
commit | commitdiff | tree |
2019-12-18 |
Robert Haas | Move heap-specific detoasting logic into a separate... |
commit | commitdiff | tree |
2019-12-18 |
Tom Lane | Minimal portability fix for commit e1551f96e. |
commit | commitdiff | tree |
2019-12-18 |
Peter Eisentraut | Add .editorconfig |
commit | commitdiff | tree |
2019-12-18 |
Michael Paquier | Fix compiler warning in non-assert builds |
commit | commitdiff | tree |
2019-12-18 |
Michael Paquier | Refactor attribute mappings used in logical tuple conve... |
commit | commitdiff | tree |
2019-12-18 |
Amit Kapila | Fix subscriber invalid memory access on DDL. |
commit | commitdiff | tree |
2019-12-18 |
Michael Paquier | Doc: Improve readability of options for REINDEX |
commit | commitdiff | tree |
2019-12-18 |
Michael Paquier | Fix some OBJS lists in two Makefiles to be ordered... |
commit | commitdiff | tree |
2019-12-18 |
Bruce Momjian | Remove redundant not-null test |
commit | commitdiff | tree |
2019-12-18 |
Michael Paquier | Remove shadow variables linked to RedoRecPtr in xlog.c |
commit | commitdiff | tree |
2019-12-17 |
Tom Lane | Fix error reporting for index expressions of prohibited... |
commit | commitdiff | tree |
2019-12-17 |
Robert Haas | Fix bad formula in previous commit. |
commit | commitdiff | tree |
2019-12-17 |
Robert Haas | Code cleanup for toast_fetch_datum and toast_fetch_datu... |
commit | commitdiff | tree |
2019-12-17 |
Robert Haas | simplehash: Allow for use in frontend code. |
commit | commitdiff | tree |
2019-12-17 |
Robert Haas | simplehash: Allow use of simplehash without MemoryContext. |
commit | commitdiff | tree |
2019-12-17 |
Robert Haas | Add missing "void" to prototypes. |
commit | commitdiff | tree |
2019-12-17 |
Robert Haas | Partially deduplicate interrupt handling for background... |
commit | commitdiff | tree |
2019-12-17 |
Robert Haas | Use PostgresSigHupHandler in more places. |
commit | commitdiff | tree |
2019-12-17 |
Robert Haas | Move interrupt-handling code into subroutines. |
commit | commitdiff | tree |
2019-12-17 |
Amit Kapila | Change overly strict Assert in TransactionGroupUpdateXi... |
commit | commitdiff | tree |
2019-12-17 |
Peter Geoghegan | Rename nbtree tuple macros. |
commit | commitdiff | tree |
2019-12-17 |
Michael Paquier | Fix query cancellation handling in psql |
commit | commitdiff | tree |
2019-12-17 |
Tom Lane | Fix "force_parallel_mode = regress" to work with ANALYZ... |
commit | commitdiff | tree |
2019-12-17 |
Peter Geoghegan | Update nbtree README's "Scans during Recovery". |
commit | commitdiff | tree |
2019-12-16 |
Tom Lane | On Windows, wait a little to see if ERROR_ACCESS_DENIED... |
commit | commitdiff | tree |
2019-12-16 |
Alvaro Herrera | Demote variable from global to local |
commit | commitdiff | tree |
2019-12-16 |
Heikki Linnakangas | Fix yet another crash in page split during GiST index... |
commit | commitdiff | tree |
2019-12-16 |
Peter Eisentraut | Fix build of Perl-using modules of Windows |
commit | commitdiff | tree |
2019-12-16 |
Peter Eisentraut | Sort out getpeereid() and peer auth handling on Windows |
commit | commitdiff | tree |
2019-12-16 |
Etsuro Fujita | Clean up some misplaced comments in partition_join... |
commit | commitdiff | tree |
2019-12-15 |
Michael Paquier | Remove duplicated progress reporting during heap scan... |
commit | commitdiff | tree |
2019-12-14 |
Tom Lane | Try to stabilize results of new tuplesort regression... |
commit | commitdiff | tree |
2019-12-14 |
Tom Lane | Prevent overly-aggressive collapsing of joins to RTE_RE... |
commit | commitdiff | tree |
2019-12-14 |
Michael Paquier | Fix memory leak when initializing DH parameters in... |
commit | commitdiff | tree |
2019-12-14 |
Thomas Munro | Fix mdsyncfiletag(), take II. |
commit | commitdiff | tree |
2019-12-14 |
Thomas Munro | Don't use _mdfd_getseg() in mdsyncfiletag(). |
commit | commitdiff | tree |
2019-12-13 |
Heikki Linnakangas | Fix crash when a page was split during GiST index creation. |
commit | commitdiff | tree |
2019-12-13 |
Tom Lane | Modernize our readline API a tad. |
commit | commitdiff | tree |
2019-12-12 |
Tom Lane | Put back regression test case in a more robust form. |
commit | commitdiff | tree |
2019-12-12 |
Tom Lane | Fix EXTRACT(ISOYEAR FROM timestamp) for years BC. |
commit | commitdiff | tree |
2019-12-12 |
Tom Lane | Remove redundant function calls in timestamp[tz]_part(). |
commit | commitdiff | tree |
2019-12-12 |
Alvaro Herrera | (Blindly) tweak new test regex |
commit | commitdiff | tree |
2019-12-12 |
Etsuro Fujita | Remove extra parenthesis from comment. |
commit | commitdiff | tree |
2019-12-12 |
Tom Lane | Add readfuncs.c support for AppendRelInfo. |
commit | commitdiff | tree |
2019-12-11 |
Tom Lane | Remove unstable test case added in commit 5935917ce. |
commit | commitdiff | tree |
2019-12-11 |
Tom Lane | Allow executor startup pruning to prune all child nodes. |
commit | commitdiff | tree |
2019-12-11 |
Tom Lane | Further adjust EXPLAIN's choices of table alias names. |
commit | commitdiff | tree |
2019-12-11 |
Alvaro Herrera | Emit parameter values during query bind/execute errors |
commit | commitdiff | tree |
2019-12-11 |
Tom Lane | Use only one thread to handle incoming signals on Windows. |
commit | commitdiff | tree |
2019-12-11 |
Peter Eisentraut | Remove ATPrepSetStatistics |
commit | commitdiff | tree |
2019-12-11 |
Peter Eisentraut | Fix output of Unicode normalization test |
commit | commitdiff | tree |
2019-12-11 |
Michael Paquier | Fix some compiler warnings with timestamp parsing in... |
commit | commitdiff | tree |
2019-12-10 |
Tom Lane | Fix tuple column count in pg_control_init(). |
commit | commitdiff | tree |
2019-12-10 |
Peter Eisentraut | Cosmetic cleaning of pg_config.h.win32 |
commit | commitdiff | tree |
2019-12-10 |
Alvaro Herrera | Add backend-only appendStringInfoStringQuoted |
commit | commitdiff | tree |
2019-12-10 |
Tom Lane | In pg_ctl, work around ERROR_SHARING_VIOLATION on the... |
commit | commitdiff | tree |
2019-12-10 |
Etsuro Fujita | Fix handling of multiple AFTER ROW triggers on a foreig... |
commit | commitdiff | tree |
next |