2023-01-16 |
Peter Geoghegan | Tighten up VACUUM's approach to setting VM bits. |
commit | commitdiff | tree |
2023-01-16 |
Robert Haas | Assorted improvements to SECURITY DEFINER functions... |
commit | commitdiff | tree |
2023-01-16 |
Robert Haas | More documentation update for GRANT ... WITH SET OPTION. |
commit | commitdiff | tree |
2023-01-16 |
Peter Eisentraut | Add BufFileRead variants with short read and EOF detection |
commit | commitdiff | tree |
2023-01-16 |
Peter Eisentraut | Fix some BufFileRead() error reporting |
commit | commitdiff | tree |
2023-01-16 |
Michael Paquier | Refactor code in charge of running shell-based recovery... |
commit | commitdiff | tree |
2023-01-16 |
Michael Paquier | Store IdentLine->pg_user as an AuthToken |
commit | commitdiff | tree |
2023-01-15 |
Tom Lane | Remove arbitrary FUNC_MAX_ARGS limit in int2vectorin... |
commit | commitdiff | tree |
2023-01-15 |
Tom Lane | Make new GENERATED-expressions code more bulletproof. |
commit | commitdiff | tree |
2023-01-14 |
Tatsuo Ishii | Doc: fix typo in backup.sgml. |
commit | commitdiff | tree |
2023-01-14 |
Jeff Davis | Fix MAINTAIN privileges for toast tables and partitions. |
commit | commitdiff | tree |
2023-01-13 |
Andres Freund | Add 250c8ee07ed to git-blame-ignore-revs |
commit | commitdiff | tree |
2023-01-13 |
Andres Freund | Manual cleanup and pgindent of pgstat and bufmgr relate... |
commit | commitdiff | tree |
2023-01-13 |
Jeff Davis | Clean up useless "skipping" messages for VACUUM/ANALYZE. |
commit | commitdiff | tree |
2023-01-13 |
Jeff Davis | Simplify permissions for LOCK TABLE. |
commit | commitdiff | tree |
2023-01-13 |
Amit Kapila | Ignore dropped and generated columns from the column... |
commit | commitdiff | tree |
2023-01-13 |
Amit Kapila | Avoid creating parallel apply state hash table unless... |
commit | commitdiff | tree |
2023-01-13 |
Michael Paquier | Add tests for regex replacement with \1 in pg_ident... |
commit | commitdiff | tree |
2023-01-13 |
Michael Paquier | doc: Simplify description of functions for pg_walinspect |
commit | commitdiff | tree |
2023-01-12 |
Thomas Munro | Fix WaitEventSetWait() buffer overrun. |
commit | commitdiff | tree |
2023-01-12 |
Alexander Korotkov | Fix jsonpath existense checking of missing variables |
commit | commitdiff | tree |
2023-01-12 |
Peter Eisentraut | Constify the arguments of ilist.c/h functions |
commit | commitdiff | tree |
2023-01-12 |
Peter Eisentraut | Code cleanup |
commit | commitdiff | tree |
2023-01-12 |
Michael Paquier | Rename some variables related to ident files in hba... |
commit | commitdiff | tree |
2023-01-12 |
Michael Paquier | Fix incorrect comment in hba.h |
commit | commitdiff | tree |
2023-01-12 |
Michael Paquier | Acquire spinlock when updating 2PC slot data during... |
commit | commitdiff | tree |
2023-01-12 |
Tom Lane | Revert "Get rid of the "new" and "old" entries in a... |
commit | commitdiff | tree |
2023-01-12 |
Thomas Munro | Refactor DetermineSleepTime() to use milliseconds. |
commit | commitdiff | tree |
2023-01-12 |
Thomas Munro | Use WaitEventSet API for postmaster's event loop. |
commit | commitdiff | tree |
2023-01-12 |
Tom Lane | Doc: fix silly thinko in 8bf6ec3ba. |
commit | commitdiff | tree |
2023-01-12 |
Peter Geoghegan | Make lazy_vacuum_heap_rel match lazy_scan_heap. |
commit | commitdiff | tree |
2023-01-12 |
Peter Geoghegan | vacuumlazy.c: Tweak local variable name. |
commit | commitdiff | tree |
2023-01-12 |
Peter Geoghegan | Rename and relocate freeze plan dedup routines. |
commit | commitdiff | tree |
2023-01-12 |
Tom Lane | Get rid of the "new" and "old" entries in a view's... |
commit | commitdiff | tree |
2023-01-11 |
Michael Paquier | Add support for tab completion after ALTER EXTENSION... |
commit | commitdiff | tree |
2023-01-11 |
Peter Geoghegan | Improve TransactionIdDidAbort() documentation. |
commit | commitdiff | tree |
2023-01-11 |
Tom Lane | Improve handling of inherited GENERATED expressions. |
commit | commitdiff | tree |
2023-01-11 |
Tom Lane | Don't leave roles behind after core regression tests. |
commit | commitdiff | tree |
2023-01-11 |
Peter Eisentraut | Fix MSVC build |
commit | commitdiff | tree |
2023-01-11 |
Peter Eisentraut | Common function for percent placeholder replacement |
commit | commitdiff | tree |
2023-01-11 |
Michael Paquier | Fix typos in code and comments |
commit | commitdiff | tree |
2023-01-11 |
Michael Paquier | Remove function declarations from headers for some... |
commit | commitdiff | tree |
2023-01-10 |
David Rowley | Have the planner consider Incremental Sort for DISTINCT |
commit | commitdiff | tree |
2023-01-10 |
Robert Haas | Add new GUC createrole_self_grant. |
commit | commitdiff | tree |
2023-01-10 |
Robert Haas | Restrict the privileges of CREATEROLE users. |
commit | commitdiff | tree |
2023-01-10 |
Dean Rasheed | Fix MERGE's test for unreachable WHEN clauses. |
commit | commitdiff | tree |
2023-01-10 |
Peter Eisentraut | New header varatt.h split off from postgres.h |
commit | commitdiff | tree |
2023-01-10 |
Amit Kapila | Document the newly added wait events added by commit... |
commit | commitdiff | tree |
2023-01-10 |
Tom Lane | Round off random_normal() test results one more decimal... |
commit | commitdiff | tree |
2023-01-10 |
Amit Kapila | Fix the display of lock information for specktoken. |
commit | commitdiff | tree |
2023-01-10 |
Tom Lane | Remove pg_regress' never-documented "ignore" feature. |
commit | commitdiff | tree |
2023-01-10 |
Tom Lane | Upgrade the random.sql regression test. |
commit | commitdiff | tree |
2023-01-09 |
Tom Lane | Doc: add XML ID attributes to <sectN> and <varlistentry... |
commit | commitdiff | tree |
2023-01-09 |
Tom Lane | Invent random_normal() to provide normally-distributed... |
commit | commitdiff | tree |
2023-01-09 |
John Naylor | Remove redundant setting of tuplesort status |
commit | commitdiff | tree |
2023-01-09 |
Amit Kapila | Fix the file mode of worker.c changed by the commit... |
commit | commitdiff | tree |
2023-01-09 |
David Rowley | Allow left join removals and unique joins on partitione... |
commit | commitdiff | tree |
2023-01-09 |
Amit Kapila | Perform apply of large transactions by parallel workers. |
commit | commitdiff | tree |
2023-01-08 |
Tom Lane | Doc: improve commentary about providing our own definit... |
commit | commitdiff | tree |
2023-01-08 |
Alexander Korotkov | Improve GIN cost estimation |
commit | commitdiff | tree |
2023-01-08 |
Alexander Korotkov | Extract the multiplier for CPU process cost of index... |
commit | commitdiff | tree |
2023-01-07 |
Tomas Vondra | Check relkind before using TABLESAMPLE in postgres_fdw |
commit | commitdiff | tree |
2023-01-07 |
Dean Rasheed | psql: Add support for \dpS and \zS. |
commit | commitdiff | tree |
2023-01-07 |
Amit Kapila | Remove the streaming files for incomplete xacts after... |
commit | commitdiff | tree |
2023-01-07 |
David Rowley | Add additional regression tests for select_active_windows |
commit | commitdiff | tree |
2023-01-06 |
Tom Lane | Wake up a subscription's replication worker processes... |
commit | commitdiff | tree |
2023-01-06 |
Tom Lane | Check for two_phase change at end of process_syncing_ta... |
commit | commitdiff | tree |
2023-01-06 |
Andrew Dunstan | Allow hyphens in ltree labels |
commit | commitdiff | tree |
2023-01-06 |
Tom Lane | Add options to control whether VACUUM runs vac_update_d... |
commit | commitdiff | tree |
2023-01-06 |
Tom Lane | Invalidate pgoutput's replication-decisions cache upon... |
commit | commitdiff | tree |
2023-01-06 |
Tomas Vondra | Fix stale comment about sample_frac adjustment |
commit | commitdiff | tree |
2023-01-06 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
2023-01-06 |
Dean Rasheed | Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE... |
commit | commitdiff | tree |
2023-01-06 |
Dean Rasheed | Improve tab completion for ALTER FUNCTION/PROCEDURE... |
commit | commitdiff | tree |
2023-01-06 |
Thomas Munro | Fix pg_truncate() on Windows. |
commit | commitdiff | tree |
2023-01-05 |
Thomas Munro | Use unnamed POSIX semaphores on Cygwin. |
commit | commitdiff | tree |
2023-01-05 |
Robert Haas | Pass down current user ID to AddRoleMems and DelRoleMems. |
commit | commitdiff | tree |
2023-01-05 |
Robert Haas | Refactor permissions-checking for role grants. |
commit | commitdiff | tree |
2023-01-05 |
Tom Lane | Fix calculation of which GENERATED columns need to... |
commit | commitdiff | tree |
2023-01-05 |
Alexander Korotkov | Remove extra regress check arguments from test_pg_db_ro... |
commit | commitdiff | tree |
2023-01-05 |
Alexander Korotkov | meson: Add 'running' test setup, as a replacement for... |
commit | commitdiff | tree |
2023-01-04 |
David Rowley | Fix some compiler warnings in aset.c and generation.c |
commit | commitdiff | tree |
2023-01-04 |
Peter Geoghegan | Check that xmax didn't commit in freeze check. |
commit | commitdiff | tree |
2023-01-04 |
Peter Geoghegan | Update obsolete multixact.c comments. |
commit | commitdiff | tree |
2023-01-03 |
Tom Lane | During pg_dump startup, acquire table locks in batches. |
commit | commitdiff | tree |
2023-01-03 |
David Rowley | Fix typo in memutils_memorychunk.h |
commit | commitdiff | tree |
2023-01-03 |
Robert Haas | Improve documentation of the CREATEROLE attibute. |
commit | commitdiff | tree |
2023-01-03 |
Peter Geoghegan | vacuumlazy.c: Save get_database_name() in vacrel. |
commit | commitdiff | tree |
2023-01-03 |
Peter Geoghegan | Delay commit status checks until freezing executes. |
commit | commitdiff | tree |
2023-01-03 |
Peter Geoghegan | Refine the definition of page-level freezing. |
commit | commitdiff | tree |
2023-01-03 |
Peter Eisentraut | Windows support in pg_import_system_collations |
commit | commitdiff | tree |
2023-01-03 |
Michael Paquier | Fix typos in comments, code and documentation |
commit | commitdiff | tree |
2023-01-02 |
Tom Lane | Avoid reference to nonexistent array element in ExecIni... |
commit | commitdiff | tree |
2023-01-02 |
Bruce Momjian | Update copyright for 2023 |
commit | commitdiff | tree |
2023-01-02 |
Peter Geoghegan | Adjust VACUUM hastup LP_REDIRECT comments. |
commit | commitdiff | tree |
2023-01-02 |
Peter Geoghegan | Avoid special XID snapshotConflictHorizon values. |
commit | commitdiff | tree |
2023-01-02 |
Tom Lane | Add bt_multi_page_stats() function to contrib/pageinspect. |
commit | commitdiff | tree |
2023-01-02 |
Peter Eisentraut | Push lpp variable closer to usage in heapgetpage() |
commit | commitdiff | tree |
2023-01-02 |
Peter Eisentraut | doc: Re-order Table 28.2 "Collected Statistics Views" |
commit | commitdiff | tree |
2023-01-01 |
Tom Lane | Accept "+infinity" in date and timestamp[tz] input. |
commit | commitdiff | tree |
next |