| 2020-11-15 |
Heikki Linnakangas | Fix timing issue in pg_rewind test. |
commit | commitdiff | tree |
| 2020-11-15 |
Alexander Korotkov | Add missing 'the' to pgtrgm.sgml |
commit | commitdiff | tree |
| 2020-11-15 |
Alexander Korotkov | Fix alphabetic ordering in typedefs.list |
commit | commitdiff | tree |
| 2020-11-15 |
Alexander Korotkov | Handle equality operator in contrib/pg_trgm |
commit | commitdiff | tree |
| 2020-11-14 |
Tom Lane | Provide the OR REPLACE option for CREATE TRIGGER. |
commit | commitdiff | tree |
| 2020-11-14 |
Tom Lane | Doc: improve partitioning discussion in ddl.sgml. |
commit | commitdiff | tree |
| 2020-11-14 |
Michael Paquier | Fix some typos |
commit | commitdiff | tree |
| 2020-11-13 |
Tom Lane | Support negative indexes in split_part(). |
commit | commitdiff | tree |
| 2020-11-13 |
Heikki Linnakangas | Remove another test that doesn't work on Windows. |
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 | change wire protocol data type for history file content |
commit | commitdiff | tree |
| 2020-11-12 |
Heikki Linnakangas | Remove tests that don't work on Windows. |
commit | commitdiff | tree |
| 2020-11-12 |
Andrew Gierth | pg_trgm: fix crash in 2-item picksplit |
commit | commitdiff | tree |
| 2020-11-12 |
Heikki Linnakangas | Allow pg_rewind to use a standby server as the source... |
commit | commitdiff | tree |
| 2020-11-12 |
Peter Eisentraut | Clean up optional rules in grammar |
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 |
Fujii Masao | Use standard SIGHUP and SIGTERM handlers in walreceiver. |
commit | commitdiff | tree |
| 2020-11-12 |
Alexander Korotkov | Fix name of the macro for getting signature length... |
commit | commitdiff | tree |
| 2020-11-12 |
Fujii Masao | pg_stat_statements: track number of rows processed... |
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 |
Peter Eisentraut | Fix some stray whitespace in parser files |
commit | commitdiff | tree |
| 2020-11-11 |
Magnus Hagander | Remove line missed in previous commit |
commit | commitdiff | tree |
| 2020-11-11 |
Magnus Hagander | Remove vacuumdb --analyze-in-stages from pg_upgrade... |
commit | commitdiff | tree |
| 2020-11-11 |
Peter Eisentraut | Add pg_nodiscard decorations to some functions |
commit | commitdiff | tree |
| 2020-11-11 |
Peter Eisentraut | Add pg_nodiscard function declaration specifier |
commit | commitdiff | tree |
| 2020-11-11 |
Peter Eisentraut | Fix cases of discarding result from list API functions |
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-10 |
Heikki Linnakangas | pg_rewind: Fix thinko in parsing target WAL. |
commit | commitdiff | tree |
| 2020-11-10 |
Magnus Hagander | Fix out of date comment |
commit | commitdiff | tree |
| 2020-11-10 |
Magnus Hagander | Remove -o option to postmaster |
commit | commitdiff | tree |
| 2020-11-10 |
Andres Freund | jit: Add support for LLVM 12. |
commit | commitdiff | tree |
| 2020-11-09 |
Tom Lane | Doc: clarify data type behavior of COALESCE and NULLIF. |
commit | commitdiff | tree |
| 2020-11-09 |
Peter Geoghegan | Remove ineffective heapam CHECK_FOR_INTERRUPTS(). |
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 |
Magnus Hagander | Remove analyze_new_cluster script from pg_upgrade |
commit | commitdiff | tree |
| 2020-11-09 |
Magnus Hagander | Remove incorrect %s in string |
commit | commitdiff | tree |
| 2020-11-09 |
Fujii Masao | doc: Add note about pg_settings and customized options... |
commit | commitdiff | tree |
| 2020-11-09 |
Thomas Munro | Fix parsePGArray() error checking in pg_dump. |
commit | commitdiff | tree |
| 2020-11-08 |
Tom Lane | In INSERT/UPDATE, use the table's real tuple descriptor... |
commit | commitdiff | tree |
| 2020-11-08 |
Thomas Munro | Fix assertion in collation version lookup. |
commit | commitdiff | tree |
| 2020-11-08 |
Peter Eisentraut | Fix test for error message change |
commit | commitdiff | tree |
| 2020-11-08 |
Peter Geoghegan | Improve nbtree README's LP_DEAD section. |
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 | Fix ecpg's mishandling of B'...' and X'...' literals. |
commit | commitdiff | tree |
| 2020-11-07 |
Peter Eisentraut | Move catalog index declarations |
commit | commitdiff | tree |
| 2020-11-07 |
Peter Eisentraut | Move catalog toast table declarations |
commit | commitdiff | tree |
| 2020-11-07 |
Alvaro Herrera | Plug memory leak in index_get_partition |
commit | commitdiff | tree |
| 2020-11-07 |
Michael Paquier | Add GUC_LIST_INPUT and GUC_LIST_QUOTE to unix_socket_di... |
commit | commitdiff | tree |
| 2020-11-07 |
Michael Paquier | Fix minor issues with new unicode {de,re}composition... |
commit | commitdiff | tree |
| 2020-11-06 |
Tomas Vondra | Properly detoast data in brin_form_tuple |
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-06 |
Fujii Masao | pg_prewarm: make autoprewarm leader use standard SIGHUP... |
commit | commitdiff | tree |
| 2020-11-06 |
Magnus Hagander | Add pg_strong_random_init function to initialize random... |
commit | commitdiff | tree |
| 2020-11-06 |
Amit Kapila | Use strlcpy instead of memcpy for copying the slot... |
commit | commitdiff | tree |
| 2020-11-05 |
Peter Geoghegan | Fix wal_consistency_checking nbtree bug. |
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-05 |
Thomas Munro | Fix unlinking of SLRU segments. |
commit | commitdiff | tree |
| 2020-11-04 |
Tom Lane | Remove underflow error in float division with infinite... |
commit | commitdiff | tree |
| 2020-11-04 |
Tom Lane | Declare assorted array functions using anycompatible... |
commit | commitdiff | tree |
| 2020-11-04 |
Tom Lane | Declare lead() and lag() using anycompatible not anyele... |
commit | commitdiff | tree |
| 2020-11-04 |
Tom Lane | Improve our ability to regurgitate SQL-syntax function... |
commit | commitdiff | tree |
| 2020-11-04 |
Tom Lane | Remove useless entries for aggregate functions from... |
commit | commitdiff | tree |
| 2020-11-04 |
Fujii Masao | Fix segmentation fault that commit ac22929a26 caused. |
commit | commitdiff | tree |
| 2020-11-04 |
Peter Eisentraut | Enable hash partitioning of text arrays |
commit | commitdiff | tree |
| 2020-11-04 |
Heikki Linnakangas | pg_rewind: Refactor the abstraction to fetch from local... |
commit | commitdiff | tree |
| 2020-11-04 |
Heikki Linnakangas | pg_rewind: Replace the hybrid list+array data structure... |
commit | commitdiff | tree |
| 2020-11-04 |
Heikki Linnakangas | Refactor pg_rewind for more clear decision making. |
commit | commitdiff | tree |
| 2020-11-04 |
Heikki Linnakangas | pg_rewind: Move syncTargetDirectory() to file_ops.c |
commit | commitdiff | tree |
| 2020-11-04 |
Fujii Masao | Get rid of the dedicated latch for signaling the startu... |
commit | commitdiff | tree |
| 2020-11-04 |
Fujii Masao | Use standard SIGHUP handler in syslogger. |
commit | commitdiff | tree |
| 2020-11-04 |
Thomas Munro | Tolerate version lookup failure for old style Windows... |
commit | commitdiff | tree |
| 2020-11-04 |
Michael Paquier | Revert pg_relation_check_pages() |
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 | Improve error messages around REPLICATION and BYPASSRLS... |
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 |
Peter Eisentraut | Remove deprecated containment operators for built-in... |
commit | commitdiff | tree |
| 2020-11-03 |
Magnus Hagander | Use the non-deprecated TG_TABLE_MAME in test trigger |
commit | commitdiff | tree |
| 2020-11-03 |
Magnus Hagander | Improve error handling in backend OpenSSL implementation |
commit | commitdiff | tree |
| 2020-11-03 |
Magnus Hagander | Use be_tls_* API for SSL information in sslinfo |
commit | commitdiff | tree |
| 2020-11-03 |
Peter Eisentraut | Remove use of deprecated containment operators in tests |
commit | commitdiff | tree |
| 2020-11-03 |
Amit Kapila | Fix typos. |
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 | Remove special checks for pg_rewrite.ev_qual and ev_act... |
commit | commitdiff | tree |
| 2020-11-02 |
Tom Lane | Rethink the generation rule for fmgroids.h macros. |
commit | commitdiff | tree |
| 2020-11-02 |
Tom Lane | Second thoughts on TOAST decompression. |
commit | commitdiff | tree |
| 2020-11-02 |
Peter Eisentraut | Use PG_GETARG_TRANSACTIONID where appropriate |
commit | commitdiff | tree |
| 2020-11-02 |
Magnus Hagander | Clarify temporary table name shadowing in CREATE TABLE... |
commit | commitdiff | tree |
| 2020-11-02 |
Thomas Munro | Track collation versions for indexes. |
commit | commitdiff | tree |
| next |