2020-12-21 |
Tomas Vondra | Don't search for volatile expr in find_em_expr_usable_f... |
commit | commitdiff | tree |
2020-12-21 |
Tomas Vondra | Disallow SRFs when considering sorts below Gather Merge |
commit | commitdiff | tree |
2020-12-21 |
Tom Lane | Remove "invalid concatenation of jsonb objects" error... |
commit | commitdiff | tree |
2020-12-21 |
Tomas Vondra | Check parallel safety in generate_useful_gather_paths |
commit | commitdiff | tree |
2020-12-21 |
Tomas Vondra | Consider unsorted paths in generate_useful_gather_paths |
commit | commitdiff | tree |
2020-12-20 |
Tom Lane | Doc: fix description of how to use src/tutorial files. |
commit | commitdiff | tree |
2020-12-20 |
Tom Lane | Doc: improve description of pgbench script weights. |
commit | commitdiff | tree |
2020-12-18 |
Tom Lane | Avoid memcpy() with same source and destination during... |
commit | commitdiff | tree |
2020-12-16 |
Michael Paquier | doc: Fix explanation related to pg_shmem_allocations |
commit | commitdiff | tree |
2020-12-16 |
Bruce Momjian | doc: clarify COPY TO for partitioning/inheritance |
commit | commitdiff | tree |
2020-12-15 |
Jeff Davis | Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKE... |
commit | commitdiff | tree |
2020-12-12 |
Bruce Momjian | initdb: complete getopt_long alphabetization |
commit | commitdiff | tree |
2020-12-12 |
Bruce Momjian | initdb: properly alphabetize getopt_long options in... |
commit | commitdiff | tree |
2020-12-08 |
Tom Lane | Teach contain_leaked_vars that assignment SubscriptingR... |
commit | commitdiff | tree |
2020-12-08 |
Tom Lane | Doc: clarify that CREATE TABLE discards redundant uniqu... |
commit | commitdiff | tree |
2020-12-08 |
Tom Lane | Doc: explain that the string types can't store \0 ... |
commit | commitdiff | tree |
2020-12-08 |
Michael Paquier | pgcrypto: Detect errors with EVP calls from OpenSSL |
commit | commitdiff | tree |
2020-12-08 |
Andres Freund | jit: Correct parameter type for generated expression... |
commit | commitdiff | tree |
2020-12-08 |
Andres Freund | jit: configure: Explicitly reference 'native' component. |
commit | commitdiff | tree |
2020-12-08 |
Andres Freund | backpatch "jit: Add support for LLVM 12." |
commit | commitdiff | tree |
2020-12-07 |
Heikki Linnakangas | Fix more race conditions in the newly-added pg_rewind... |
commit | commitdiff | tree |
2020-12-05 |
Tom Lane | Fix missed step in removal of useless RESULT RTEs in... |
commit | commitdiff | tree |
2020-12-04 |
Heikki Linnakangas | Fix race conditions in newly-added test. |
commit | commitdiff | tree |
2020-12-03 |
Bruce Momjian | doc: remove unnecessary blank before command option... |
commit | commitdiff | tree |
2020-12-03 |
Bruce Momjian | docs: list single-letter options first in command... |
commit | commitdiff | tree |
2020-12-03 |
Heikki Linnakangas | Fix pg_rewind bugs when rewinding a standby server. |
commit | commitdiff | tree |
2020-12-02 |
Bruce Momjian | pg_checksums: data_checksum_version is unsigned so... |
commit | commitdiff | tree |
2020-12-01 |
Tom Lane | Ensure that expandTableLikeClause() re-examines the... |
commit | commitdiff | tree |
2020-12-01 |
Alvaro Herrera | Avoid memcpy() with a NULL source pointer and count... |
commit | commitdiff | tree |
2020-12-01 |
Thomas Munro | Free disk space for dropped relations on commit. |
commit | commitdiff | tree |
2020-11-30 |
Tom Lane | Fix missing outfuncs.c support for IncrementalSortPath. |
commit | commitdiff | tree |
2020-11-30 |
Alvaro Herrera | Document concurrent indexes waiting on each other |
commit | commitdiff | tree |
2020-11-30 |
Tom Lane | Remove configure-time probe for DocBook DTD. |
commit | commitdiff | tree |
2020-11-30 |
Tom Lane | Prevent parallel index build in a standalone backend. |
commit | commitdiff | tree |
2020-11-30 |
Tom Lane | Fix miscomputation of direct_lateral_relids for join... |
commit | commitdiff | tree |
2020-11-30 |
Heikki Linnakangas | Remove leftover comments, left behind by removal of... |
commit | commitdiff | tree |
2020-11-29 |
Tom Lane | Fix recently-introduced breakage in psql's \connect... |
commit | commitdiff | tree |
2020-11-29 |
Tom Lane | Doc: clarify behavior of PQconnectdbParams(). |
commit | commitdiff | tree |
2020-11-29 |
Noah Misch | Retry initial slurp_file("current_logfiles"), in test... |
commit | commitdiff | tree |
2020-11-28 |
Tom Lane | Fix a recently-introduced race condition in LISTEN... |
commit | commitdiff | tree |
2020-11-27 |
Fujii Masao | Fix CLUSTER progress reporting of number of blocks... |
commit | commitdiff | tree |
2020-11-25 |
Tom Lane | In psql's \d commands, don't truncate attribute default... |
commit | commitdiff | tree |
2020-11-25 |
Peter Eisentraut | doc: Fix typos |
commit | commitdiff | tree |
2020-11-25 |
Amit Kapila | Remove obsolete comment atop ri_PlanCheck. |
commit | commitdiff | tree |
2020-11-24 |
Andrew Gierth | Properly check index mark/restore in ExecSupportsMarkRe... |
commit | commitdiff | tree |
2020-11-20 |
Heikki Linnakangas | Skip allocating hash table in EXPLAIN-only mode. |
commit | commitdiff | tree |
2020-11-20 |
Tom Lane | On macOS, use -isysroot in link steps as well as compil... |
commit | commitdiff | tree |
2020-11-19 |
Tom Lane | Further fixes for CREATE TABLE LIKE: cope with self... |
commit | commitdiff | tree |
2020-11-17 |
Tom Lane | Don't Insert() a VFD entry until it's fully built. |
commit | commitdiff | tree |
2020-11-16 |
Tom Lane | Do not return NULL for error cases in satisfies_hash_pa... |
commit | commitdiff | tree |
2020-11-16 |
Tom Lane | Use "true" not "TRUE" in one ICU function call. |
commit | commitdiff | tree |
2020-11-16 |
Bruce Momjian | doc: update bgwriter description |
commit | commitdiff | tree |
2020-11-16 |
Bruce Momjian | doc: clarify how to find pg_type_d.h in the install... |
commit | commitdiff | tree |
2020-11-16 |
Bruce Momjian | doc: improve wording of the need for analyze of exp... |
commit | commitdiff | tree |
2020-11-16 |
Alvaro Herrera | Fix typo |
commit | commitdiff | tree |
2020-11-15 |
Tom Lane | Fix fuzzy thinking about amcanmulticol versus amcaninclude. |
commit | commitdiff | tree |
2020-11-14 |
Tom Lane | Doc: improve partitioning discussion in ddl.sgml. |
commit | commitdiff | tree |
2020-11-12 |
Bruce Momjian | doc: clarify where to find pg_type_d.h (PG 11+) and... |
commit | commitdiff | tree |
2020-11-12 |
Bruce Momjian | docs: mention that expression indexes need analyze |
commit | commitdiff | tree |
2020-11-12 |
Bruce Momjian | doc: wire protocol data type for history file content... |
commit | commitdiff | tree |
2020-11-12 |
Andrew Gierth | pg_trgm: fix crash in 2-item picksplit |
commit | commitdiff | tree |
2020-11-12 |
Alexander Korotkov | Fix typo in contrib/pg_trgm/pg_trgm--1.4--1.5.sql |
commit | commitdiff | tree |
2020-11-12 |
Alexander Korotkov | Fix name of the macro for getting signature length... |
commit | commitdiff | tree |
2020-11-12 |
Michael Paquier | Remove useless SHA256 initialization when not using... |
commit | commitdiff | tree |
2020-11-11 |
Tomas Vondra | Remove duplicate code in brin_memtuple_initialize |
commit | commitdiff | tree |
2020-11-11 |
Tom Lane | Fix and simplify some usages of TimestampDifference(). |
commit | commitdiff | tree |
2020-11-11 |
Bruce Momjian | doc: fix spelling "connction" to "connection" |
commit | commitdiff | tree |
2020-11-10 |
Tom Lane | Work around cross-version-upgrade issues created by... |
commit | commitdiff | tree |
2020-11-09 |
Tom Lane | Stamp 13.1. REL_13_1 |
commit | commitdiff | tree |
2020-11-09 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree |
2020-11-09 |
Tom Lane | Doc: clarify data type behavior of COALESCE and NULLIF. |
commit | commitdiff | tree |
2020-11-09 |
Noah Misch | Ignore attempts to \gset into specially treated variables. |
commit | commitdiff | tree |
2020-11-09 |
Noah Misch | In security-restricted operations, block enqueue of... |
commit | commitdiff | tree |
2020-11-09 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2020-11-09 |
Magnus Hagander | Remove incorrect %s in string |
commit | commitdiff | tree |
2020-11-08 |
Tom Lane | Release notes for 13.1, 12.5, 11.10, 10.15, 9.6.20... |
commit | commitdiff | tree |
2020-11-08 |
Tom Lane | In INSERT/UPDATE, use the table's real tuple descriptor... |
commit | commitdiff | tree |
2020-11-08 |
Peter Eisentraut | Fix test for error message change |
commit | commitdiff | tree |
2020-11-07 |
Alvaro Herrera | Message style improvements |
commit | commitdiff | tree |
2020-11-07 |
Peter Eisentraut | Fix redundant error messages in client tools |
commit | commitdiff | tree |
2020-11-07 |
Tom Lane | Avoid re-using output variables in new ecpg test case. |
commit | commitdiff | tree |
2020-11-07 |
Tom Lane | Doc: small release note updates. |
commit | commitdiff | tree |
2020-11-07 |
Tom Lane | Fix ecpg's mishandling of B'...' and X'...' literals. |
commit | commitdiff | tree |
2020-11-07 |
Alvaro Herrera | Plug memory leak in index_get_partition |
commit | commitdiff | tree |
2020-11-06 |
Tomas Vondra | Properly detoast data in brin_form_tuple |
commit | commitdiff | tree |
2020-11-06 |
Tom Lane | First-draft release notes for 13.1. |
commit | commitdiff | tree |
2020-11-06 |
Tom Lane | Revert "Accept relations of any kind in LOCK TABLE". |
commit | commitdiff | tree |
2020-11-06 |
Tom Lane | Revert "pg_dump: Lock all relations, not just plain... |
commit | commitdiff | tree |
2020-11-05 |
Tom Lane | Don't throw an error for LOCK TABLE on a self-referenti... |
commit | commitdiff | tree |
2020-11-05 |
Peter Geoghegan | Fix nbtree cleanup-only VACUUM stats inaccuracies. |
commit | commitdiff | tree |
2020-11-04 |
Peter Eisentraut | Enable hash partitioning of text arrays |
commit | commitdiff | tree |
2020-11-03 |
Tomas Vondra | Use INT64_FORMAT to print int64 variables in sort debug |
commit | commitdiff | tree |
2020-11-03 |
Tomas Vondra | Fix get_useful_pathkeys_for_relation for volatile expre... |
commit | commitdiff | tree |
2020-11-03 |
Tom Lane | Guard against core dump from uninitialized subplan. |
commit | commitdiff | tree |
2020-11-03 |
Tom Lane | Allow users with BYPASSRLS to alter their own passwords. |
commit | commitdiff | tree |
2020-11-03 |
Peter Eisentraut | Disallow ALTER TABLE ONLY / DROP EXPRESSION |
commit | commitdiff | tree |
2020-11-03 |
Tom Lane | Fix unportable use of getnameinfo() in pg_hba_file_rule... |
commit | commitdiff | tree |
2020-11-02 |
Tom Lane | Second thoughts on TOAST decompression. |
commit | commitdiff | tree |
2020-11-02 |
Magnus Hagander | Add missing comma in list of SSL versions |
commit | commitdiff | tree |
2020-11-02 |
Michael Paquier | Fix some grammar and typos in comments and docs |
commit | commitdiff | tree |
next |