| 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 |
| 2023-01-01 |
Tom Lane | In plpgsql, don't preassign portal names to bound curso... |
commit | commitdiff | tree |
| 2022-12-31 |
Thomas Munro | ci: Change macOS builds from Intel to ARM. |
commit | commitdiff | tree |
| 2022-12-30 |
Tomas Vondra | Sample postgres_fdw tables remotely during ANALYZE |
commit | commitdiff | tree |
| 2022-12-30 |
Tomas Vondra | Fix assert in BRIN build_distances |
commit | commitdiff | tree |
| 2022-12-30 |
Michael Paquier | Fix precision handling for some COERCE_SQL_SYNTAX functions |
commit | commitdiff | tree |
| 2022-12-30 |
Peter Eisentraut | Change argument of appendBinaryStringInfo from char... |
commit | commitdiff | tree |
| 2022-12-30 |
Peter Eisentraut | Use appendStringInfoString instead of appendBinaryStrin... |
commit | commitdiff | tree |
| 2022-12-30 |
Peter Eisentraut | Add const to BufFileWrite |
commit | commitdiff | tree |
| 2022-12-30 |
Peter Eisentraut | Remove unnecessary casts |
commit | commitdiff | tree |
| 2022-12-29 |
Andres Freund | perl: Hide warnings inside perl.h when using gcc compat... |
commit | commitdiff | tree |
| 2022-12-29 |
Andrew Dunstan | Fix oversight in 7a05425d96 |
commit | commitdiff | tree |
| 2022-12-28 |
Peter Geoghegan | Add page-level freezing to VACUUM. |
commit | commitdiff | tree |
| 2022-12-28 |
Andrew Dunstan | Convert contrib/ltree's input functions to report error... |
commit | commitdiff | tree |
| 2022-12-28 |
Andrew Dunstan | Convert contrib/intarray's bqarr_in() to report errors... |
commit | commitdiff | tree |
| 2022-12-28 |
Peter Eisentraut | Reorder some object files in makefiles |
commit | commitdiff | tree |
| 2022-12-27 |
Tom Lane | Suppress uninitialized-variable warning from a61b1f748. |
commit | commitdiff | tree |
| 2022-12-27 |
Tom Lane | Convert hstore_in to report errors softly. |
commit | commitdiff | tree |
| 2022-12-27 |
Tom Lane | Remove new locale dependency in regproc regression... |
commit | commitdiff | tree |
| 2022-12-27 |
Tom Lane | Simplify the implementations of the to_reg* functions. |
commit | commitdiff | tree |
| 2022-12-27 |
Tom Lane | Convert the reg* input functions to report (most) error... |
commit | commitdiff | tree |
| 2022-12-27 |
Tom Lane | Convert tsqueryin and tsvectorin to report errors softly. |
commit | commitdiff | tree |
| next |