2020-01-23 |
Tom Lane | Clean up formatting.c's logic for matching constant... |
commit | commitdiff | tree |
2020-01-23 |
Tom Lane | Improve psql's tab completion for filenames. |
commit | commitdiff | tree |
2020-01-23 |
Michael Paquier | Doc: Fix and tweak documentation for ANALYZE reporting |
commit | commitdiff | tree |
2020-01-23 |
Michael Paquier | Clarify some comments in vacuumlazy.c |
commit | commitdiff | tree |
2020-01-22 |
Alvaro Herrera | Add BRIN test case |
commit | commitdiff | tree |
2020-01-22 |
Fujii Masao | Add GUC ignore_invalid_pages. |
commit | commitdiff | tree |
2020-01-22 |
Amit Kapila | Fix the computation of max dead tuples during the vacuum. |
commit | commitdiff | tree |
2020-01-22 |
Michael Paquier | Fix concurrent indexing operations with temporary tables |
commit | commitdiff | tree |
2020-01-21 |
Tom Lane | Clarify behavior of adding and altering a column in... |
commit | commitdiff | tree |
2020-01-21 |
Andres Freund | Fix edge case leading to agg transitions skipping ExecA... |
commit | commitdiff | tree |
2020-01-21 |
Michael Paquier | Add GUC variables for stat tracking and timeout as... |
commit | commitdiff | tree |
2020-01-20 |
Tom Lane | Further tweaking of jsonb_set_lax(). |
commit | commitdiff | tree |
2020-01-20 |
Tom Lane | Fix pg_dump's sigTermHandler() to use _exit() not exit(). |
commit | commitdiff | tree |
2020-01-20 |
Heikki Linnakangas | Fix crash in BRIN inclusion op functions, due to missin... |
commit | commitdiff | tree |
2020-01-20 |
Amit Kapila | Allow vacuum command to process indexes in parallel. |
commit | commitdiff | tree |
2020-01-20 |
Tom Lane | Fix out-of-memory handling in ecpglib. |
commit | commitdiff | tree |
2020-01-19 |
Tom Lane | Silence minor compiler warnings. |
commit | commitdiff | tree |
2020-01-19 |
Heikki Linnakangas | Remove separate files for the initial contents of pg_... |
commit | commitdiff | tree |
2020-01-19 |
Michael Paquier | Doc: Improve description of connection strings with... |
commit | commitdiff | tree |
2020-01-18 |
Tom Lane | Doc: rearrange the documentation of binary-string funct... |
commit | commitdiff | tree |
2020-01-18 |
Michael Paquier | Add GUC checks for ssl_min_protocol_version and ssl_max... |
commit | commitdiff | tree |
2020-01-17 |
Alexander Korotkov | Avoid full scan of GIN indexes when possible |
commit | commitdiff | tree |
2020-01-17 |
Tom Lane | Repair more failures with SubPlans in multi-row VALUES... |
commit | commitdiff | tree |
2020-01-17 |
Alvaro Herrera | Set ReorderBufferTXN->final_lsn more eagerly |
commit | commitdiff | tree |
2020-01-17 |
Tomas Vondra | Allocate freechunks bitmap as part of SlabContext |
commit | commitdiff | tree |
2020-01-17 |
Andrew Dunstan | bump catalog version as should have been done for jsonb... |
commit | commitdiff | tree |
2020-01-17 |
Andrew Dunstan | Add a non-strict version of jsonb_set |
commit | commitdiff | tree |
2020-01-17 |
Michael Paquier | Move OpenSSL routines for min/max protocol setting... |
commit | commitdiff | tree |
2020-01-16 |
Tom Lane | Rationalize code placement between wchar.c, encnames... |
commit | commitdiff | tree |
2020-01-16 |
Tom Lane | Update header comments for wchar.c and encnames.c. |
commit | commitdiff | tree |
2020-01-16 |
Tom Lane | Move wchar.c and encnames.c to src/common/. |
commit | commitdiff | tree |
2020-01-16 |
Robert Haas | Fix problems with "read only query" checks, and refacto... |
commit | commitdiff | tree |
2020-01-16 |
Tom Lane | Minor code beautification in regexp.c. |
commit | commitdiff | tree |
2020-01-15 |
Tom Lane | Restructure ALTER TABLE execution to fix assorted bugs. |
commit | commitdiff | tree |
2020-01-15 |
Alvaro Herrera | Report progress of ANALYZE commands |
commit | commitdiff | tree |
2020-01-15 |
Peter Eisentraut | Remove libpq.rc, use win32ver.rc for libpq |
commit | commitdiff | tree |
2020-01-15 |
Michael Paquier | Fix buggy logic in isTempNamespaceInUse() |
commit | commitdiff | tree |
2020-01-15 |
Amit Kapila | Introduce IndexAM fields for parallel vacuum. |
commit | commitdiff | tree |
2020-01-14 |
Peter Eisentraut | Fix compiler warning about format on Windows |
commit | commitdiff | tree |
2020-01-14 |
Bruce Momjian | docs: change "default role" wording to "predefined... |
commit | commitdiff | tree |
2020-01-14 |
Bruce Momjian | Revert copyright script changes to binary *.key files |
commit | commitdiff | tree |
2020-01-14 |
Bruce Momjian | tools/copyright.pl: skip copyright changes for *.key... |
commit | commitdiff | tree |
2020-01-14 |
Peter Eisentraut | walreceiver uses a temporary replication slot by default |
commit | commitdiff | tree |
2020-01-14 |
Peter Eisentraut | Expose PQbackendPID() through walreceiver API |
commit | commitdiff | tree |
2020-01-14 |
Peter Eisentraut | ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION |
commit | commitdiff | tree |
2020-01-14 |
Dean Rasheed | Make rewriter prevent auto-updates on views with condit... |
commit | commitdiff | tree |
2020-01-14 |
Amit Kapila | Revert test added by commit d207038053. |
commit | commitdiff | tree |
2020-01-13 |
Tom Lane | Reduce size of backend scanner's tables. |
commit | commitdiff | tree |
2020-01-13 |
Peter Eisentraut | Fix base backup with database OIDs larger than INT32_MAX |
commit | commitdiff | tree |
2020-01-13 |
Amit Kapila | Fix typo. |
commit | commitdiff | tree |
2020-01-13 |
Michael Paquier | Fix comment in heapam.c |
commit | commitdiff | tree |
2020-01-13 |
Andrew Dunstan | Only superuser can set sslcert/sslkey in postgres_fdw... |
commit | commitdiff | tree |
2020-01-13 |
Amit Kapila | Delete empty pages in each pass during GIST VACUUM. |
commit | commitdiff | tree |
2020-01-13 |
Tomas Vondra | Apply multiple multivariate MCV lists when possible |
commit | commitdiff | tree |
2020-01-13 |
Tomas Vondra | Apply all available functional dependencies |
commit | commitdiff | tree |
2020-01-12 |
Tom Lane | Fix edge-case crashes and misestimation in range contai... |
commit | commitdiff | tree |
2020-01-12 |
Michael Paquier | Remove incorrect assertion for INSERT in logical replic... |
commit | commitdiff | tree |
2020-01-11 |
Tom Lane | Extensive code review for GSSAPI encryption mechanism. |
commit | commitdiff | tree |
2020-01-11 |
Peter Eisentraut | Make lsn argument of walrcv_create_slot() optional |
commit | commitdiff | tree |
2020-01-11 |
Peter Eisentraut | Remove STATUS_FOUND |
commit | commitdiff | tree |
2020-01-11 |
Noah Misch | Maintain valid md.c state when FileClose() fails. |
commit | commitdiff | tree |
2020-01-10 |
Peter Geoghegan | nbtree: Rename BT_HEAP_TID_ATTR. |
commit | commitdiff | tree |
2020-01-10 |
Peter Geoghegan | nbtree: BTREE_[MIN|NOVAC]_VERSION comment tweaks. |
commit | commitdiff | tree |
2020-01-10 |
Alvaro Herrera | Clean up representation of flags in struct ReorderBufferTXN |
commit | commitdiff | tree |
2020-01-10 |
Michael Paquier | doc: Fix naming of SELinux |
commit | commitdiff | tree |
2020-01-10 |
Michael Paquier | pgbench: Make more debug messages use common logging API |
commit | commitdiff | tree |
2020-01-09 |
Tom Lane | Skip tab-completion tests if envar SKIP_READLINE_TESTS... |
commit | commitdiff | tree |
2020-01-09 |
Tom Lane | Reconsider the representation of join alias Vars. |
commit | commitdiff | tree |
2020-01-09 |
Robert Haas | Add pg_shmem_allocations view. |
commit | commitdiff | tree |
2020-01-09 |
Robert Haas | Remove bogus 'return'. |
commit | commitdiff | tree |
2020-01-09 |
Magnus Hagander | Clarify that pg_trgm is used in example |
commit | commitdiff | tree |
2020-01-09 |
Peter Eisentraut | Add support for automatically updating Unicode derived... |
commit | commitdiff | tree |
2020-01-09 |
Andrew Dunstan | Allow 'sslkey' and 'sslcert' in postgres_fdw user mappings |
commit | commitdiff | tree |
2020-01-08 |
Peter Eisentraut | Modernize Python exception syntax in tests |
commit | commitdiff | tree |
2020-01-08 |
Peter Eisentraut | Remove support for Python older than 2.6 |
commit | commitdiff | tree |
2020-01-08 |
Alvaro Herrera | Reimplement nullification of walsender timestamp |
commit | commitdiff | tree |
2020-01-08 |
Tom Lane | Improve the handling of result type coercions in SQL... |
commit | commitdiff | tree |
2020-01-08 |
Stephen Frost | Improve GSSAPI Encryption startup comment in libpq |
commit | commitdiff | tree |
2020-01-08 |
Tom Lane | Fix handling of generated columns in ALTER TABLE. |
commit | commitdiff | tree |
2020-01-08 |
Peter Eisentraut | pgbench: Use common logging API |
commit | commitdiff | tree |
2020-01-08 |
Michael Paquier | Revert "Forbid DROP SCHEMA on temporary namespaces" |
commit | commitdiff | tree |
2020-01-08 |
Michael Paquier | Remove dependency to system calls for memory allocation... |
commit | commitdiff | tree |
2020-01-07 |
Alvaro Herrera | pg_stat_activity: show NULL stmt start time for walsenders |
commit | commitdiff | tree |
2020-01-07 |
Robert Haas | tableam: New callback relation_fetch_toast_slice. |
commit | commitdiff | tree |
2020-01-07 |
Robert Haas | tableam: Allow choice of toast AM. |
commit | commitdiff | tree |
2020-01-07 |
Robert Haas | Increase the maximum value of track_activity_query_size. |
commit | commitdiff | tree |
2020-01-07 |
Tom Lane | Clean up management of IP addresses in our SSL tests. |
commit | commitdiff | tree |
2020-01-06 |
Tom Lane | Reduce the number of GetFlushRecPtr() calls done by... |
commit | commitdiff | tree |
2020-01-06 |
Tom Lane | Add functions min_scale(numeric) and trim_scale(numeric). |
commit | commitdiff | tree |
2020-01-06 |
Peter Eisentraut | Have logical replication subscriber fire column triggers |
commit | commitdiff | tree |
2020-01-06 |
Michael Paquier | Remove support for OpenSSL 0.9.8 and 1.0.0 |
commit | commitdiff | tree |
2020-01-06 |
Peter Geoghegan | Remove redundant incomplete split assertion. |
commit | commitdiff | tree |
2020-01-05 |
Tom Lane | Minor style improvements for tab-completion test. |
commit | commitdiff | tree |
2020-01-05 |
Tatsuo Ishii | Docs: use more standard terminology "round-to-nearest... |
commit | commitdiff | tree |
2020-01-05 |
Tom Lane | Avoid reading ~/.inputrc in tab-completion test, and... |
commit | commitdiff | tree |
2020-01-04 |
Tom Lane | Don't try to force TERM to a fixed value in tab-complet... |
commit | commitdiff | tree |
2020-01-04 |
Tom Lane | In tab-completion test, print out the value of TERM... |
commit | commitdiff | tree |
2020-01-04 |
Noah Misch | Skip memcpy(x, x) in qunique(). |
commit | commitdiff | tree |
2020-01-04 |
Tom Lane | Make tab-completion tests more robust. |
commit | commitdiff | tree |
2020-01-04 |
Peter Eisentraut | Make better use of ParseState in ProcessUtility |
commit | commitdiff | tree |
next |