| 2023-10-16 |
Michael Paquier | worker_spi: Bump up max_worker_processes in TAP tests |
commit | commitdiff | tree |
| 2023-10-16 |
Alexander Korotkov | Rename 005_login_trigger.pl to 006_login_trigger.pl |
commit | commitdiff | tree |
| 2023-10-16 |
Alexander Korotkov | Fix role names in src/test/authentication/t/005_login_t... |
commit | commitdiff | tree |
| 2023-10-16 |
Michael Paquier | Add a few recent commits to .git-blame-ignore-revs |
commit | commitdiff | tree |
| 2023-10-16 |
Michael Paquier | Fix code indentation violations in e83d1b0c40cc |
commit | commitdiff | tree |
| 2023-10-16 |
Thomas Munro | Fix comment from commit 22655aa231. |
commit | commitdiff | tree |
| 2023-10-16 |
Alexander Korotkov | Add support event triggers on authenticated login |
commit | commitdiff | tree |
| 2023-10-15 |
Thomas Munro | Acquire ControlFileLock in relevant SQL functions. |
commit | commitdiff | tree |
| 2023-10-14 |
Noah Misch | Dissociate btequalimage() from interval_ops, ending... |
commit | commitdiff | tree |
| 2023-10-14 |
Noah Misch | Don't spuriously report FD_SETSIZE exhaustion on Windows. |
commit | commitdiff | tree |
| 2023-10-14 |
Tom Lane | Harden xxx_is_visible() functions against concurrent... |
commit | commitdiff | tree |
| 2023-10-14 |
Tom Lane | Harden has_xxx_privilege() functions against concurrent... |
commit | commitdiff | tree |
| 2023-10-14 |
Andres Freund | Fix bulk table extension when copying into multiple... |
commit | commitdiff | tree |
| 2023-10-13 |
Nathan Bossart | Improve the naming in wal_sync_method code. |
commit | commitdiff | tree |
| 2023-10-13 |
Daniel Gustafsson | Update oldextversions test for pg_stat_statements 1.11 |
commit | commitdiff | tree |
| 2023-10-13 |
Amit Kapila | Doc: Add more links in logical replication pages. |
commit | commitdiff | tree |
| 2023-10-13 |
Michael Paquier | psql: Add completion support for AT [ LOCAL | TIME... |
commit | commitdiff | tree |
| 2023-10-13 |
Michael Paquier | Add support for AT LOCAL |
commit | commitdiff | tree |
| 2023-10-13 |
Thomas Munro | Add wait events for checkpoint delay mechanism. |
commit | commitdiff | tree |
| 2023-10-13 |
Michael Paquier | doc: Mention timezone(zone, time) in section for AT... |
commit | commitdiff | tree |
| 2023-10-12 |
Robert Haas | Unify two isLogSwitch tests in XLogInsertRecord. |
commit | commitdiff | tree |
| 2023-10-12 |
David Rowley | Fix runtime partition pruning for HASH partitioned... |
commit | commitdiff | tree |
| 2023-10-12 |
David Rowley | Doc: fix grammatical errors for enable_partitionwise_ag... |
commit | commitdiff | tree |
| 2023-10-12 |
David Rowley | Fix incorrect step generation in HASH partition pruning |
commit | commitdiff | tree |
| 2023-10-12 |
Michael Paquier | Add option to bgworkers to allow the bypass of role... |
commit | commitdiff | tree |
| 2023-10-11 |
Tom Lane | Reindent comment in GenericXLogFinish(). |
commit | commitdiff | tree |
| 2023-10-11 |
Tom Lane | Fix missed optimization in relation_excluded_by_constra... |
commit | commitdiff | tree |
| 2023-10-11 |
Heikki Linnakangas | Move canAcceptConnections check from ProcessStartupPack... |
commit | commitdiff | tree |
| 2023-10-11 |
Michael Paquier | Improve some wording in pg_upgrade/IMPLEMENTATION |
commit | commitdiff | tree |
| 2023-10-11 |
Michael Paquier | Refactor InitPostgres() to use bitwise option flags |
commit | commitdiff | tree |
| 2023-10-10 |
Bruce Momjian | doc: pg_upgrade: use dynamic new cluster major version... |
commit | commitdiff | tree |
| 2023-10-10 |
Bruce Momjian | doc: clarify that SSPI and GSSAPI are interchangeable |
commit | commitdiff | tree |
| 2023-10-10 |
Bruce Momjian | doc: Move CREATE ROLE's IN GROUP and USER to deprecated |
commit | commitdiff | tree |
| 2023-10-10 |
Bruce Momjian | doc: foreign servers with pushdown need matching collation |
commit | commitdiff | tree |
| 2023-10-10 |
Bruce Momjian | doc: add SSL configuration section reference |
commit | commitdiff | tree |
| 2023-10-10 |
Bruce Momjian | doc: clarify how the bootstrap user name is chosen |
commit | commitdiff | tree |
| 2023-10-10 |
Bruce Momjian | doc: document the need to analyze partitioned tables |
commit | commitdiff | tree |
| 2023-10-10 |
Jeff Davis | Fix bug in GenericXLogFinish(). |
commit | commitdiff | tree |
| 2023-10-10 |
Tom Lane | Replace has_multiple_baserels() with a bitmap test... |
commit | commitdiff | tree |
| 2023-10-10 |
Michael Paquier | test_decoding: Remove unnecessary table in twophase... |
commit | commitdiff | tree |
| 2023-10-10 |
Peter Eisentraut | pg_resetwal: Corrections around -c option |
commit | commitdiff | tree |
| 2023-10-10 |
Peter Eisentraut | Add const to values and nulls arguments |
commit | commitdiff | tree |
| 2023-10-10 |
David Rowley | Fix possible crash in add_paths_to_append_rel() |
commit | commitdiff | tree |
| 2023-10-10 |
David Rowley | Revert "Optimize various aggregate deserialization... |
commit | commitdiff | tree |
| 2023-10-10 |
Michael Paquier | worker_spi: Fix another stability issue with BGWORKER_B... |
commit | commitdiff | tree |
| 2023-10-09 |
Tom Lane | Doc: use CURRENT_USER not USER in plpgsql trigger examples. |
commit | commitdiff | tree |
| 2023-10-09 |
Heikki Linnakangas | Rename StartBackgroundWorker() to BackgroundWorkerMain(). |
commit | commitdiff | tree |
| 2023-10-09 |
Heikki Linnakangas | Allocate Backend structs in PostmasterContext. |
commit | commitdiff | tree |
| 2023-10-09 |
Heikki Linnakangas | Clarify the checks in RegisterBackgroundWorker. |
commit | commitdiff | tree |
| 2023-10-09 |
David Rowley | Optimize various aggregate deserialization functions |
commit | commitdiff | tree |
| 2023-10-09 |
Amit Kapila | Remove duplicate words in docs and code comments. |
commit | commitdiff | tree |
| 2023-10-09 |
David Rowley | Strip off ORDER BY/DISTINCT aggregate pathkeys in creat... |
commit | commitdiff | tree |
| 2023-10-09 |
David Rowley | Remove debug_print_rel and replace usages with pprint |
commit | commitdiff | tree |
| 2023-10-07 |
Alexander Korotkov | Fix another typo in e0b1ee17dc |
commit | commitdiff | tree |
| 2023-10-07 |
Tom Lane | Restore proper linkage of pg_char_to_encoding() and... |
commit | commitdiff | tree |
| 2023-10-07 |
Alexander Korotkov | Fix typos in e0b1ee17dc |
commit | commitdiff | tree |
| 2023-10-06 |
Peter Eisentraut | Add test for checking the line length of --help output |
commit | commitdiff | tree |
| 2023-10-06 |
Peter Eisentraut | Remove environment-variable-based defaults in psql... |
commit | commitdiff | tree |
| 2023-10-06 |
Etsuro Fujita | Remove extra parenthesis from comment. |
commit | commitdiff | tree |
| 2023-10-06 |
Alexander Korotkov | Skip checking of scan keys required for directional... |
commit | commitdiff | tree |
| 2023-10-06 |
Heikki Linnakangas | Fix crash on syslogger startup |
commit | commitdiff | tree |
| 2023-10-06 |
Michael Paquier | worker_spi: Fix test failure with BGWORKER_BYPASS_ALLOWCONN |
commit | commitdiff | tree |
| 2023-10-06 |
Michael Paquier | worker_spi: Add tests for BGWORKER_BYPASS_ALLOWCONN |
commit | commitdiff | tree |
| 2023-10-05 |
Peter Eisentraut | Push attcompression and attstorage handling into BuildD... |
commit | commitdiff | tree |
| 2023-10-05 |
Peter Eisentraut | Move BuildDescForRelation() from tupdesc.c to tablecmds.c |
commit | commitdiff | tree |
| 2023-10-05 |
Peter Eisentraut | Push attidentity and attgenerated handling into BuildDe... |
commit | commitdiff | tree |
| 2023-10-05 |
Heikki Linnakangas | Refactor ListenSocket array. |
commit | commitdiff | tree |
| 2023-10-05 |
Alvaro Herrera | Improve JsonLexContext's freeability |
commit | commitdiff | tree |
| 2023-10-05 |
David Rowley | Consider cheap startup paths in add_paths_to_append_rel |
commit | commitdiff | tree |
| 2023-10-05 |
David Rowley | Fix memory leak in Memoize code |
commit | commitdiff | tree |
| 2023-10-05 |
Peter Eisentraut | Constify crc32_sz |
commit | commitdiff | tree |
| 2023-10-05 |
Peter Eisentraut | Modernize const handling with readline |
commit | commitdiff | tree |
| 2023-10-05 |
Michael Paquier | worker_spi: Expand set of options to start workers |
commit | commitdiff | tree |
| 2023-10-05 |
Michael Paquier | dblink: Replace WAIT_EVENT_EXTENSION with custom wait... |
commit | commitdiff | tree |
| 2023-10-05 |
Michael Paquier | postgres_fdw: Replace WAIT_EVENT_EXTENSION with custom... |
commit | commitdiff | tree |
| 2023-10-04 |
Nathan Bossart | Document that --sync-method takes an argument. |
commit | commitdiff | tree |
| 2023-10-04 |
Peter Eisentraut | doc: Clarify not-null constraints in information schema |
commit | commitdiff | tree |
| 2023-10-04 |
Michael Paquier | test_shm_mq: Replace WAIT_EVENT_EXTENSION with custom... |
commit | commitdiff | tree |
| 2023-10-04 |
Michael Paquier | worker_spi: Rename custom wait event to "WorkerSpiMain" |
commit | commitdiff | tree |
| 2023-10-03 |
Tom Lane | Doc: suppress "exceed the available area" warning in... |
commit | commitdiff | tree |
| 2023-10-03 |
Peter Eisentraut | Remove RelationGetIndexRawAttOptions() |
commit | commitdiff | tree |
| 2023-10-03 |
Peter Eisentraut | Remove IndexInfo.ii_OpclassOptions field |
commit | commitdiff | tree |
| 2023-10-03 |
Tom Lane | Add some notes about why "ALTER TYPE enum DROP VALUE... |
commit | commitdiff | tree |
| 2023-10-03 |
Robert Haas | In basebackup.c, refactor to create read_file_data_into... |
commit | commitdiff | tree |
| 2023-10-03 |
Robert Haas | In basebackup.c, refactor to create verify_page_checksum. |
commit | commitdiff | tree |
| 2023-10-03 |
Michael Paquier | Avoid memory size overflow when allocating backend... |
commit | commitdiff | tree |
| 2023-10-03 |
Peter Eisentraut | Fix incorrect format placeholder |
commit | commitdiff | tree |
| 2023-10-03 |
David Rowley | Tidy-up some appendStringInfo*() usages |
commit | commitdiff | tree |
| 2023-10-03 |
Michael Paquier | Fail hard on out-of-memory failures in xlogreader.c |
commit | commitdiff | tree |
| 2023-10-02 |
Michael Paquier | Replace use of stat()[7] by -s switch in TAP tests... |
commit | commitdiff | tree |
| 2023-10-02 |
Tom Lane | Fix omission of column-level privileges in selective... |
commit | commitdiff | tree |
| 2023-10-02 |
Robert Haas | Remove retry loop in heap_page_prune(). |
commit | commitdiff | tree |
| 2023-10-02 |
Heikki Linnakangas | Flush WAL stats in bgwriter |
commit | commitdiff | tree |
| 2023-10-02 |
Heikki Linnakangas | Add rmgrdesc README |
commit | commitdiff | tree |
| 2023-10-02 |
Heikki Linnakangas | Add regression tests for psql \g piped into a program |
commit | commitdiff | tree |
| 2023-10-02 |
Amit Langote | Revert "Add soft error handling to some expression... |
commit | commitdiff | tree |
| 2023-10-02 |
Amit Langote | Add soft error handling to some expression nodes |
commit | commitdiff | tree |
| 2023-10-02 |
Michael Paquier | psql: Set variables from query result on failure when... |
commit | commitdiff | tree |
| 2023-10-01 |
Noah Misch | Correct assertion and comments about XLogRecordMaxSize. |
commit | commitdiff | tree |
| 2023-10-01 |
Tom Lane | Fix datalen calculation in tsvectorrecv(). |
commit | commitdiff | tree |
| next |