| 2020-12-24 |
Tom Lane | Improve client error messages for immediate-stop situat... |
commit | commitdiff | tree |
| 2020-12-24 |
Michael Paquier | Fix typos and grammar in docs and comments |
commit | commitdiff | tree |
| 2020-12-23 |
Bruce Momjian | dummy commit |
commit | commitdiff | tree |
| 2020-12-23 |
Michael Paquier | Fix portability issues with parsing of recovery_target_xid |
commit | commitdiff | tree |
| 2020-12-22 |
Tom Lane | Improve autoprewarm's handling of early-shutdown scenarios. |
commit | commitdiff | tree |
| 2020-12-22 |
Tom Lane | Increase timeout in 021_row_visibility.pl. |
commit | commitdiff | tree |
| 2020-12-22 |
Tomas Vondra | Improve find_em_expr_usable_for_sorting_rel comment |
commit | commitdiff | tree |
| 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-21 |
Alexander Korotkov | Fix compiler warning in multirange_constructor0() |
commit | commitdiff | tree |
| 2020-12-21 |
Michael Paquier | Refactor logic to check for ASCII-only characters in... |
commit | commitdiff | tree |
| 2020-12-20 |
Alexander Korotkov | Fix typalign in rangetypes statistics |
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-20 |
Tom Lane | Avoid memcpy() with same source and destination in... |
commit | commitdiff | tree |
| 2020-12-20 |
Alexander Korotkov | Fix compiler warning introduced in 6df7a9698b |
commit | commitdiff | tree |
| 2020-12-20 |
Alexander Korotkov | Fixes for pg_dump.c regarding multiranges |
commit | commitdiff | tree |
| 2020-12-20 |
Alexander Korotkov | Multirange datatypes |
commit | commitdiff | tree |
| 2020-12-19 |
Tom Lane | Remove now-useless ALWAYS_SUBDIRS entry in src/test... |
commit | commitdiff | tree |
| 2020-12-19 |
Amit Kapila | Update comment atop of ReorderBufferQueueMessage(). |
commit | commitdiff | tree |
| 2020-12-18 |
Tom Lane | Add a couple of missed .gitignore entries. |
commit | commitdiff | tree |
| 2020-12-18 |
Tom Lane | Avoid memcpy() with same source and destination during... |
commit | commitdiff | tree |
| 2020-12-18 |
Fujii Masao | pg_stat_statements: Track time at which all statistics... |
commit | commitdiff | tree |
| 2020-12-17 |
Fujii Masao | Revert "Get rid of the dedicated latch for signaling... |
commit | commitdiff | tree |
| 2020-12-16 |
Tom Lane | Fix varchar_2.out to match reality in cs_CZ locale. |
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 |
Peter Geoghegan | Remove obsolete btrescan() comment. |
commit | commitdiff | tree |
| 2020-12-15 |
Alvaro Herrera | Remove useless variable stores |
commit | commitdiff | tree |
| 2020-12-15 |
Tomas Vondra | Error out when Gather Merge input is not sorted |
commit | commitdiff | tree |
| 2020-12-15 |
Peter Eisentraut | Clean up ancient test style |
commit | commitdiff | tree |
| 2020-12-15 |
Tom Lane | Improve hash_create()'s API for some added robustness. |
commit | commitdiff | tree |
| 2020-12-15 |
Jeff Davis | Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKE... |
commit | commitdiff | tree |
| 2020-12-14 |
Michael Paquier | Improve some code around cryptohash functions |
commit | commitdiff | tree |
| 2020-12-14 |
Michael Paquier | Add some checkpoint/restartpoint status to ps display |
commit | commitdiff | tree |
| 2020-12-13 |
Noah Misch | Use HASH_BLOBS for xidhash. |
commit | commitdiff | tree |
| 2020-12-13 |
Noah Misch | Correct behavior descriptions in comments, and correct... |
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-11 |
Tom Lane | Allow subscripting of hstore values. |
commit | commitdiff | tree |
| 2020-12-11 |
Tom Lane | Allow ALTER TYPE to update an existing type's typsubscr... |
commit | commitdiff | tree |
| 2020-12-11 |
Tom Lane | Provide an error cursor for "can't subscript" error... |
commit | commitdiff | tree |
| 2020-12-11 |
Peter Eisentraut | pg_dump: Don't use enums for defining bit mask values |
commit | commitdiff | tree |
| 2020-12-10 |
Michael Paquier | Fix compilation of uuid-ossp |
commit | commitdiff | tree |
| 2020-12-10 |
Michael Paquier | Refactor MD5 implementations according to new cryptohas... |
commit | commitdiff | tree |
| 2020-12-09 |
Tom Lane | Support subscripting of arbitrary types, not only arrays. |
commit | commitdiff | tree |
| 2020-12-09 |
Peter Eisentraut | Change get_constraint_index() to use pg_constraint... |
commit | commitdiff | tree |
| 2020-12-09 |
Michael Paquier | Simplify code for getting a unicode codepoint's canonic... |
commit | commitdiff | tree |
| 2020-12-09 |
Andres Freund | jit: Reference function pointer types via llvmjit_types.c. |
commit | commitdiff | tree |
| 2020-12-08 |
Tom Lane | Teach contain_leaked_vars that assignment SubscriptingR... |
commit | commitdiff | tree |
| 2020-12-08 |
Tom Lane | Remove operator_precedence_warning. |
commit | commitdiff | tree |
| 2020-12-08 |
Dean Rasheed | Improve estimation of ANDs under ORs using extended... |
commit | commitdiff | tree |
| 2020-12-08 |
Dean Rasheed | Improve estimation of OR clauses using multiple extende... |
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 |
Fujii Masao | Speed up rechecking if relation needs to be vacuumed... |
commit | commitdiff | tree |
| 2020-12-08 |
Fujii Masao | Bump catversion for pg_stat_wal changes. |
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 |
Michael Paquier | Avoid using tuple from syscache for update of pg_databa... |
commit | commitdiff | tree |
| 2020-12-07 |
Tom Lane | Add a couple of regression test cases related to array... |
commit | commitdiff | tree |
| 2020-12-07 |
Heikki Linnakangas | Fix more race conditions in the newly-added pg_rewind... |
commit | commitdiff | tree |
| 2020-12-07 |
Tom Lane | pg_dump: Reorganize dumpBaseType() |
commit | commitdiff | tree |
| 2020-12-07 |
Michael Paquier | Fix fd leak in pg_verifybackup |
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-04 |
Peter Eisentraut | Convert elog(LOG) calls to ereport() where appropriate |
commit | commitdiff | tree |
| 2020-12-04 |
Peter Eisentraut | Remove unnecessary grammar symbols |
commit | commitdiff | tree |
| 2020-12-04 |
Amit Kapila | Remove incorrect assertion in reorderbuffer.c. |
commit | commitdiff | tree |
| 2020-12-04 |
Michael Paquier | Rename cryptohashes.c to cryptohashfuncs.c |
commit | commitdiff | tree |
| 2020-12-04 |
Michael Paquier | Change SHA2 implementation based on OpenSSL to use... |
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-03 |
Peter Eisentraut | Small code simplifications |
commit | commitdiff | tree |
| 2020-12-03 |
Dean Rasheed | Improve estimation of OR clauses using extended statistics. |
commit | commitdiff | tree |
| 2020-12-03 |
Michael Paquier | Refactor CLUSTER and REINDEX grammar to use DefElem... |
commit | commitdiff | tree |
| 2020-12-02 |
Stephen Frost | Add GSS information to connection authorized log message |
commit | commitdiff | tree |
| 2020-12-02 |
Fujii Masao | Track total number of WAL records, FPIs and bytes gener... |
commit | commitdiff | tree |
| 2020-12-02 |
Michael Paquier | Fix compilation warnings in cryptohash_openssl.c |
commit | commitdiff | tree |
| 2020-12-02 |
Fujii Masao | Allow restore_command parameter to be changed with... |
commit | commitdiff | tree |
| 2020-12-02 |
Michael Paquier | Move SHA2 routines to a new generic API layer for crypt... |
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 |
Heikki Linnakangas | docs: ulink all references to RFC's |
commit | commitdiff | tree |
| 2020-12-01 |
Fujii Masao | doc: Add additional index entries for progress reportin... |
commit | commitdiff | tree |
| 2020-12-01 |
Michael Paquier | doc: Remove more notes about compatibilities with past... |
commit | commitdiff | tree |
| 2020-12-01 |
Thomas Munro | Use truncate(2) where appropriate. |
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 |
Michael Paquier | Refactor parsing rules for option lists of EXPLAIN... |
commit | commitdiff | tree |
| next |