2022-04-28 |
Michael Paquier | Replace existing durable_rename_excl() calls with durab... |
commit | commitdiff | tree |
2022-04-27 |
Peter Eisentraut | Fix incorrect format placeholders |
commit | commitdiff | tree |
2022-04-27 |
Peter Eisentraut | Handle NULL fields in WRITE_INDEX_ARRAY |
commit | commitdiff | tree |
2022-04-26 |
Michael Paquier | Fix typo in pg_walinspect.c |
commit | commitdiff | tree |
2022-04-26 |
Michael Paquier | Add some isolation tests for CLUSTER |
commit | commitdiff | tree |
2022-04-25 |
Andrew Dunstan | Inhibit mingw CRT's auto-globbing of command line arguments |
commit | commitdiff | tree |
2022-04-25 |
Alvaro Herrera | Drop unlogged table after test is done |
commit | commitdiff | tree |
2022-04-25 |
Alvaro Herrera | Cover brin/gin/gist/spgist ambuildempty routines in... |
commit | commitdiff | tree |
2022-04-25 |
Alvaro Herrera | Always pfree strings returned by GetDatabasePath |
commit | commitdiff | tree |
2022-04-23 |
Tom Lane | Fix incautious CTE matching in rewriteSearchAndCycle(). |
commit | commitdiff | tree |
2022-04-23 |
Noah Misch | Test ALIGNOF_DOUBLE==4 compatibility under ALIGNOF_DOUB... |
commit | commitdiff | tree |
2022-04-22 |
Robert Haas | Remove some recently-added pg_dump test cases. |
commit | commitdiff | tree |
2022-04-22 |
Peter Eisentraut | doc: Add links to tables |
commit | commitdiff | tree |
2022-04-22 |
David Rowley | Fix performance regression in tuplesort specializations |
commit | commitdiff | tree |
2022-04-21 |
Tom Lane | Remove inadequate assertion check in CTE inlining. |
commit | commitdiff | tree |
2022-04-21 |
Tom Lane | Fix missed cases in libpq's error handling. |
commit | commitdiff | tree |
2022-04-21 |
Tom Lane | Rethink method for assigning OIDs to the template0... |
commit | commitdiff | tree |
2022-04-21 |
Alvaro Herrera | Standardize references to Zstandard as <productname> |
commit | commitdiff | tree |
2022-04-21 |
Alvaro Herrera | CREATE PUBLICATION ref: Minor tweaks to row filters |
commit | commitdiff | tree |
2022-04-21 |
Tom Lane | Use DECLARE_TOAST_WITH_MACRO() to simplify toast-table... |
commit | commitdiff | tree |
2022-04-21 |
Etsuro Fujita | postgres_fdw: Disable batch insert when BEFORE ROW... |
commit | commitdiff | tree |
2022-04-21 |
Peter Geoghegan | vacuumlazy.c: MultiXactIds are MXIDs, not XMIDs. |
commit | commitdiff | tree |
2022-04-21 |
Peter Geoghegan | Fix CLUSTER tuplesorts on abbreviated expressions. |
commit | commitdiff | tree |
2022-04-20 |
Tom Lane | Disallow infinite endpoints in generate_series() for... |
commit | commitdiff | tree |
2022-04-20 |
Robert Haas | Allow db.schema.table patterns, but complain about... |
commit | commitdiff | tree |
2022-04-20 |
Tom Lane | Remove trailing whitespace from *.sgml files. |
commit | commitdiff | tree |
2022-04-20 |
Peter Eisentraut | Fix incorrect format placeholders |
commit | commitdiff | tree |
2022-04-20 |
Alvaro Herrera | set_deparse_plan: Reuse variable to appease Coverity |
commit | commitdiff | tree |
2022-04-20 |
Alvaro Herrera | Move ModifyTableContext->lockmode to UpdateContext |
commit | commitdiff | tree |
2022-04-20 |
Alvaro Herrera | ExecModifyTable: use context.planSlot instead of planSlot |
commit | commitdiff | tree |
2022-04-20 |
Amit Kapila | Stabilize streaming tests in test_decoding. |
commit | commitdiff | tree |
2022-04-20 |
David Rowley | Doc: use "an SQL" consistently rather than "a SQL" |
commit | commitdiff | tree |
2022-04-20 |
Tom Lane | Fix breakage in AlterFunction(). |
commit | commitdiff | tree |
2022-04-20 |
Michael Paquier | Remove duplicated word in comment of basebackup.c |
commit | commitdiff | tree |
2022-04-19 |
Peter Eisentraut | Fix extract epoch from interval calculation |
commit | commitdiff | tree |
2022-04-19 |
Tatsuo Ishii | Fix aggregate logging of pgbench. |
commit | commitdiff | tree |
2022-04-19 |
Amit Kapila | Fix the check to limit sync workers. |
commit | commitdiff | tree |
2022-04-19 |
Tom Lane | Add missing error handling in pg_md5_hash(). |
commit | commitdiff | tree |
2022-04-18 |
Tom Lane | Avoid invalid array reference in transformAlterTableStmt(). |
commit | commitdiff | tree |
2022-04-18 |
Michael Paquier | Fix second race condition in 002_archiving.pl with... |
commit | commitdiff | tree |
2022-04-18 |
Amit Kapila | Add additional documentation for row filters. |
commit | commitdiff | tree |
2022-04-18 |
Michael Paquier | Fix race in TAP test 002_archiving.pl when restoring... |
commit | commitdiff | tree |
2022-04-18 |
Michael Paquier | Handle compression level in pg_receivewal for LZ4 |
commit | commitdiff | tree |
2022-04-17 |
Noah Misch | Add a temp-install prerequisite to src/interfaces/ecpg... |
commit | commitdiff | tree |
2022-04-16 |
Thomas Munro | Don't retry restore_command while reading ahead. |
commit | commitdiff | tree |
2022-04-16 |
Andres Freund | pgstat: Use correct lock level in pgstat_drop_all_entri... |
commit | commitdiff | tree |
2022-04-16 |
Tom Lane | Fix incorrect logic in HaveRegisteredOrActiveSnapshot(). |
commit | commitdiff | tree |
2022-04-16 |
Andrew Dunstan | Build libpq test programs under MSVC |
commit | commitdiff | tree |
2022-04-16 |
Peter Eisentraut | Fix some trailing whitespace in documentation files |
commit | commitdiff | tree |
2022-04-16 |
Noah Misch | Use standard timeout, in 010_pg_basebackup.pl. |
commit | commitdiff | tree |
2022-04-15 |
Peter Geoghegan | Fix multi-table VACUUM VERBOSE accounting. |
commit | commitdiff | tree |
2022-04-15 |
Tom Lane | psql: fix \l display for pre-v15 databases. |
commit | commitdiff | tree |
2022-04-15 |
Tom Lane | Tighten ComputeXidHorizons' handling of walsenders. |
commit | commitdiff | tree |
2022-04-15 |
Peter Geoghegan | VACUUM VERBOSE: Show dead items for an empty table. |
commit | commitdiff | tree |
2022-04-15 |
Peter Geoghegan | Adjust VACUUM's removable cutoff log message. |
commit | commitdiff | tree |
2022-04-15 |
Tom Lane | Revert "Temporarily add some probes of tenk1's relallvi... |
commit | commitdiff | tree |
2022-04-15 |
Andrew Dunstan | Small cleanups in SQL/JSON code |
commit | commitdiff | tree |
2022-04-15 |
Andres Freund | pgstat: set timestamps of fixed-numbered stats after... |
commit | commitdiff | tree |
2022-04-14 |
Alvaro Herrera | Have CLUSTER ignore partitions not owned by caller |
commit | commitdiff | tree |
2022-04-14 |
Alvaro Herrera | Reword text on ROW SHARE lock as acquired by SELECT... |
commit | commitdiff | tree |
2022-04-14 |
Tom Lane | Temporarily add some probes of tenk1's relallvisible... |
commit | commitdiff | tree |
2022-04-14 |
Andrew Dunstan | Improve a couple of sql/json error messages |
commit | commitdiff | tree |
2022-04-14 |
Andrew Dunstan | Fix transformJsonBehavior |
commit | commitdiff | tree |
2022-04-14 |
Michael Paquier | pageinspect: Fix handling of all-zero pages |
commit | commitdiff | tree |
2022-04-13 |
David Rowley | Add missing spaces after single-line comments |
commit | commitdiff | tree |
2022-04-13 |
David Rowley | Docs: fix some spelling mistakes and also do some words... |
commit | commitdiff | tree |
2022-04-13 |
Tom Lane | Fix case sensitivity in psql's tab completion for GUC... |
commit | commitdiff | tree |
2022-04-13 |
Tom Lane | Further tweak the default behavior of psql's \dconfig. |
commit | commitdiff | tree |
2022-04-13 |
Tom Lane | Prevent access to no-longer-pinned buffer in heapam_tup... |
commit | commitdiff | tree |
2022-04-13 |
Alvaro Herrera | Remove extraneous blank lines before block-closing... |
commit | commitdiff | tree |
2022-04-13 |
Alvaro Herrera | Release cache tuple when no longer needed |
commit | commitdiff | tree |
2022-04-13 |
Andrew Dunstan | Fix finalization for json_objectagg and friends |
commit | commitdiff | tree |
2022-04-13 |
Peter Eisentraut | Fix incorrect format placeholders |
commit | commitdiff | tree |
2022-04-13 |
David Rowley | Docs: wording improvement for compute_query_id = regress |
commit | commitdiff | tree |
2022-04-13 |
Michael Paquier | Remove "recheck" argument from check_index_is_clusterable() |
commit | commitdiff | tree |
2022-04-13 |
David Rowley | Docs: tidy up various usages of the productname tag |
commit | commitdiff | tree |
2022-04-13 |
Michael Paquier | Rework compression options of pg_receivewal |
commit | commitdiff | tree |
2022-04-13 |
David Rowley | Docs: adjust wording about basebackup_to_shell's requir... |
commit | commitdiff | tree |
2022-04-12 |
David Rowley | Docs: adjust pg_upgrade syntax to mark -B as optional |
commit | commitdiff | tree |
2022-04-12 |
Tom Lane | Doc: tweak textsearch.sgml for SEO purposes. |
commit | commitdiff | tree |
2022-04-12 |
David Rowley | Docs: avoid confusing use of the word "synchronized" |
commit | commitdiff | tree |
2022-04-12 |
Robert Haas | Revert the addition of GetMaxBackends() and related... |
commit | commitdiff | tree |
2022-04-12 |
Tom Lane | Remove not-very-useful early checks of __pg_log_level... |
commit | commitdiff | tree |
2022-04-12 |
Tom Lane | Doc: update description of random() function. |
commit | commitdiff | tree |
2022-04-12 |
Peter Eisentraut | Use WRITE_ENUM_FIELD for enum field |
commit | commitdiff | tree |
2022-04-12 |
Peter Eisentraut | Make node output prefix match node structure name |
commit | commitdiff | tree |
2022-04-12 |
Alvaro Herrera | adjust_partition_colnos mustn't be called if not needed |
commit | commitdiff | tree |
2022-04-12 |
Thomas Munro | Fix documentation for pg_stat_recovery_prefetch. |
commit | commitdiff | tree |
2022-04-12 |
Amit Kapila | Fix grammatical errors and typos in logical replication... |
commit | commitdiff | tree |
2022-04-12 |
Michael Paquier | Remove WalCompressionMethod in favor of pg_compress_alg... |
commit | commitdiff | tree |
2022-04-12 |
Alvaro Herrera | Change mechanism to set up source targetlist in MERGE |
commit | commitdiff | tree |
2022-04-12 |
Michael Paquier | Rename backup_compression.{c,h} to compression.{c,h} |
commit | commitdiff | tree |
2022-04-11 |
Tom Lane | Make XLogRecGetBlockTag() throw error if there's no... |
commit | commitdiff | tree |
2022-04-11 |
Peter Geoghegan | Remove comment about historic heap vacuuming issue. |
commit | commitdiff | tree |
2022-04-11 |
Tom Lane | Remove dead code in do_pg_backup_start(). |
commit | commitdiff | tree |
2022-04-11 |
Tom Lane | Tweak the default behavior of psql's \dconfig. |
commit | commitdiff | tree |
2022-04-11 |
Tom Lane | Explicitly ignore guaranteed-true result from pgstat_lo... |
commit | commitdiff | tree |
2022-04-11 |
Tom Lane | fgetc() returns int, not char. |
commit | commitdiff | tree |
2022-04-11 |
Jeff Davis | Doc build fix: remove tab from filelist.sgml. |
commit | commitdiff | tree |
2022-04-11 |
Andrew Dunstan | Improve readability of SQL/JSON documentation. |
commit | commitdiff | tree |
next |