| 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 |
| 2020-11-02 |
Thomas Munro | Add pg_depend.refobjversion. |
commit | commitdiff | tree |
| 2020-11-02 |
Thomas Munro | Remove pg_collation.collversion. |
commit | commitdiff | tree |
| 2020-11-02 |
Heikki Linnakangas | doc: Mention UNION/ORDER BY etc. keywords in section... |
commit | commitdiff | tree |
| 2020-11-02 |
David Rowley | Fix unstable partition_prune regression tests |
commit | commitdiff | tree |
| 2020-11-02 |
Michael Paquier | Fix some grammar and typos in comments and docs |
commit | commitdiff | tree |
| 2020-11-02 |
Amit Kapila | Use Enum for top level logical replication message... |
commit | commitdiff | tree |
| 2020-11-02 |
David Rowley | Allow run-time pruning on nested Append/MergeAppend... |
commit | commitdiff | tree |
| 2020-11-01 |
Tom Lane | Fix two issues in TOAST decompression. |
commit | commitdiff | tree |
| 2020-11-01 |
Tom Lane | Avoid null pointer dereference if error result lacks... |
commit | commitdiff | tree |
| 2020-11-01 |
Michael Paquier | Preserve index data in pg_statistic across REINDEX... |
commit | commitdiff | tree |
| 2020-11-01 |
Michael Paquier | Add error code for encryption failure in pgcrypto |
commit | commitdiff | tree |
| 2020-10-31 |
Noah Misch | Set debug_query_string in worker_spi. |
commit | commitdiff | tree |
| 2020-10-31 |
Noah Misch | Reproduce debug_query_string==NULL on parallel workers. |
commit | commitdiff | tree |
| 2020-10-30 |
Tom Lane | Fix assertion failure in check_new_partition_bound(). |
commit | commitdiff | tree |
| 2020-10-30 |
Heikki Linnakangas | Fix missing validation for the new GiST sortsupport... |
commit | commitdiff | tree |
| 2020-10-30 |
Tom Lane | Doc: clarify description for pg_constraint.convalidated. |
commit | commitdiff | tree |
| 2020-10-29 |
Tom Lane | Stabilize timetz test across DST transitions. |
commit | commitdiff | tree |
| 2020-10-29 |
Tom Lane | Don't use custom OID symbols in pg_type.dat, either. |
commit | commitdiff | tree |
| 2020-10-29 |
Andres Freund | Fix wrong data table horizon computation during backend... |
commit | commitdiff | tree |
| 2020-10-29 |
Amit Kapila | Track statistics for streaming of changes from ReorderB... |
commit | commitdiff | tree |
| 2020-10-29 |
Andres Freund | Centralize horizon determination for temp tables, fixin... |
commit | commitdiff | tree |
| 2020-10-29 |
Michael Paquier | Fix incorrect placement of pfree() in pg_relation_check... |
commit | commitdiff | tree |
| 2020-10-28 |
Tom Lane | Doc: clean up pg_relation_check_pages() documentation. |
commit | commitdiff | tree |
| 2020-10-28 |
Tom Lane | Doc: clean up verify_heapam() documentation. |
commit | commitdiff | tree |
| 2020-10-28 |
Tom Lane | Use mode "r" for popen() in psql's evaluate_backtick(). |
commit | commitdiff | tree |
| 2020-10-28 |
Tom Lane | Calculate extraUpdatedCols in query rewriter, not parser. |
commit | commitdiff | tree |
| 2020-10-28 |
Tom Lane | Don't use custom OID symbols in pg_proc.dat. |
commit | commitdiff | tree |
| 2020-10-28 |
Tom Lane | Fix foreign-key selectivity estimation in the presence... |
commit | commitdiff | tree |
| 2020-10-28 |
Michael Paquier | Use correct GetDatum() in pg_relation_check_pages() |
commit | commitdiff | tree |
| 2020-10-28 |
Michael Paquier | Add pg_relation_check_pages() to check on-disk pages... |
commit | commitdiff | tree |
| 2020-10-28 |
Michael Paquier | Add CheckBuffer() to check on-disk pages without shared... |
commit | commitdiff | tree |
| 2020-10-28 |
Amit Kapila | Minor improvements in description of spilled counters... |
commit | commitdiff | tree |
| 2020-10-27 |
Tom Lane | Doc: improve explanation of how to use our code coverag... |
commit | commitdiff | tree |
| 2020-10-27 |
Bruce Momjian | Makefile comment: remove reference to tools/thread... |
commit | commitdiff | tree |
| next |