| 2024-03-10 |
Peter Eisentraut | Combine headerscheck and cpluspluscheck scripts |
commit | commitdiff | tree |
| 2024-03-09 |
Jeff Davis | Catalog changes preparing for builtin collation provider. |
commit | commitdiff | tree |
| 2024-03-09 |
Joe Conway | Make contrib/tablefunc crosstab() also check typmod |
commit | commitdiff | tree |
| 2024-03-09 |
Tom Lane | Simplify and merge unwanted-module drop logic in Adjust... |
commit | commitdiff | tree |
| 2024-03-09 |
Tom Lane | Improve wrong-tuple-type error reports in contrib/table... |
commit | commitdiff | tree |
| 2024-03-09 |
Jeff Davis | Run perltidy on 002_pg_upgrade.pl. |
commit | commitdiff | tree |
| 2024-03-09 |
Jeff Davis | Fix cross-version pg_upgrade test. |
commit | commitdiff | tree |
| 2024-03-09 |
Michael Paquier | Document units of "timeout" in ConditionVariableTimedSl... |
commit | commitdiff | tree |
| 2024-03-09 |
Jeff Davis | Fix type signedness error in commit 5c40364dd6. |
commit | commitdiff | tree |
| 2024-03-08 |
Daniel Gustafsson | Fix errorhandling for reading from a pipe |
commit | commitdiff | tree |
| 2024-03-08 |
Daniel Gustafsson | Replace perror with custom postgres logging |
commit | commitdiff | tree |
| 2024-03-08 |
Tom Lane | Improve WIN32 waiting logic in psql's \watch command. |
commit | commitdiff | tree |
| 2024-03-08 |
Alvaro Herrera | Admit deferrable PKs into rd_pkindex, but flag them... |
commit | commitdiff | tree |
| 2024-03-08 |
Alexander Korotkov | Avoid recursion in MemoryContext functions |
commit | commitdiff | tree |
| 2024-03-08 |
Alexander Korotkov | Avoid stack overflow in ShowTransactionStateRec() |
commit | commitdiff | tree |
| 2024-03-08 |
Alexander Korotkov | Turn tail recursion into iteration in CommitTransaction... |
commit | commitdiff | tree |
| 2024-03-08 |
John Naylor | Revert "Fix link error for test_radixtree module on... |
commit | commitdiff | tree |
| 2024-03-08 |
John Naylor | Fix link error for test_radixtree module on Windows |
commit | commitdiff | tree |
| 2024-03-08 |
John Naylor | Fix link error for test_radixtree module on Windows |
commit | commitdiff | tree |
| 2024-03-08 |
Amit Kapila | Introduce a new GUC 'standby_slot_names'. |
commit | commitdiff | tree |
| 2024-03-08 |
Tom Lane | Cope with a deficiency in OpenSSL 3.x's error reporting. |
commit | commitdiff | tree |
| 2024-03-08 |
Michael Paquier | Add support for DEFAULT in ALTER TABLE .. SET ACCESS... |
commit | commitdiff | tree |
| 2024-03-07 |
Michael Paquier | Update comment of AlterTableCmd->name in parsenodes.h |
commit | commitdiff | tree |
| 2024-03-07 |
Jeff Davis | Unicode case mapping tables and functions. |
commit | commitdiff | tree |
| 2024-03-07 |
Peter Eisentraut | Fix description and grouping of RangeTblEntry.inh |
commit | commitdiff | tree |
| 2024-03-07 |
John Naylor | Blind attempt to fix ODR violations |
commit | commitdiff | tree |
| 2024-03-07 |
Dean Rasheed | Fix handling of self-modified tuples in MERGE. |
commit | commitdiff | tree |
| 2024-03-07 |
John Naylor | Fix incorrect format specifier for int64 |
commit | commitdiff | tree |
| 2024-03-07 |
John Naylor | Fix redefinition of typedefs |
commit | commitdiff | tree |
| 2024-03-07 |
John Naylor | Add template for adaptive radix tree |
commit | commitdiff | tree |
| 2024-03-07 |
Michael Paquier | Revert "Add recovery TAP test for race condition with... |
commit | commitdiff | tree |
| 2024-03-06 |
Michael Paquier | Revert "Fix parallel-safety check of expressions and... |
commit | commitdiff | tree |
| 2024-03-06 |
Jeff Davis | Add Unicode property tables. |
commit | commitdiff | tree |
| 2024-03-06 |
Tom Lane | Fix type-checking of RECORD-returning functions in... |
commit | commitdiff | tree |
| 2024-03-06 |
John Naylor | Fix signedness error in 9f225e992 for gcc |
commit | commitdiff | tree |
| 2024-03-06 |
Michael Paquier | Fix parallel-safety check of expressions and predicate... |
commit | commitdiff | tree |
| 2024-03-06 |
John Naylor | Move some bitmap logic out of bitmapset.c |
commit | commitdiff | tree |
| 2024-03-06 |
John Naylor | Introduce helper SIMD functions for small byte arrays |
commit | commitdiff | tree |
| 2024-03-06 |
Amit Kapila | Doc: Improve replication slot synchronization section. |
commit | commitdiff | tree |
| 2024-03-06 |
Michael Paquier | Add recovery TAP test for race condition with slot... |
commit | commitdiff | tree |
| 2024-03-05 |
Thomas Munro | Add --copy-file-range option to pg_upgrade. |
commit | commitdiff | tree |
| 2024-03-05 |
David Rowley | Remove surplus trailing semicolon |
commit | commitdiff | tree |
| 2024-03-05 |
Nathan Bossart | Add a few recent commits to .git-blame-ignore-revs. |
commit | commitdiff | tree |
| 2024-03-05 |
Jeff Davis | Run pgindent again on the same file. |
commit | commitdiff | tree |
| 2024-03-05 |
Jeff Davis | Run pgindent for commit ef4cfdce0e. |
commit | commitdiff | tree |
| 2024-03-05 |
Jeff Davis | docs: Update HOT update docs for 19d8e2308b |
commit | commitdiff | tree |
| 2024-03-05 |
Jeff Davis | Update sepgsql expected output. |
commit | commitdiff | tree |
| 2024-03-05 |
Heikki Linnakangas | Fix references to renamed function in comments |
commit | commitdiff | tree |
| 2024-03-05 |
Peter Eisentraut | Improve field order in RangeTblEntry |
commit | commitdiff | tree |
| 2024-03-05 |
Alvaro Herrera | Fix misspelled assertions |
commit | commitdiff | tree |
| 2024-03-05 |
Alvaro Herrera | Rework redundant code in subtrans.c |
commit | commitdiff | tree |
| 2024-03-05 |
Peter Eisentraut | Rename pg_constraint.conwithoutoverlaps to conperiod |
commit | commitdiff | tree |
| 2024-03-05 |
Heikki Linnakangas | Fix a leftover reference to backend_id in comment |
commit | commitdiff | tree |
| 2024-03-05 |
Jeff Davis | Fix buildfarm failures from 2af07e2f74. |
commit | commitdiff | tree |
| 2024-03-05 |
David Rowley | Fix incorrectly reported stats kind in "can't happen... |
commit | commitdiff | tree |
| 2024-03-05 |
Jeff Davis | Fix search_path to a safe value during maintenance... |
commit | commitdiff | tree |
| 2024-03-04 |
Nathan Bossart | Add macro for customizing an archiving WARNING message. |
commit | commitdiff | tree |
| 2024-03-04 |
Tom Lane | Explicitly list dependent types as extension members... |
commit | commitdiff | tree |
| 2024-03-04 |
Robert Haas | pg_verifybackup: Refactor parse_manifest_file. |
commit | commitdiff | tree |
| 2024-03-04 |
Robert Haas | Fix pgindent damage. |
commit | commitdiff | tree |
| 2024-03-04 |
Robert Haas | Fix incremental backup interaction with XLOG_DBASE_CREA... |
commit | commitdiff | tree |
| 2024-03-04 |
Tom Lane | Further further fix pg_upgrade crossversion test for... |
commit | commitdiff | tree |
| 2024-03-04 |
Tom Lane | Fix initdb's -c option to treat the GUC name case-insen... |
commit | commitdiff | tree |
| 2024-03-04 |
Alvaro Herrera | Rework locking code in GetMultiXactIdMembers |
commit | commitdiff | tree |
| 2024-03-04 |
Alvaro Herrera | Simplify coding in slru.c |
commit | commitdiff | tree |
| 2024-03-04 |
Tom Lane | Further fix pg_upgrade crossversion test for adminpack. |
commit | commitdiff | tree |
| 2024-03-04 |
Daniel Gustafsson | Fix crossversion test for unsupported versions |
commit | commitdiff | tree |
| 2024-03-04 |
Daniel Gustafsson | Adjust pg_upgrade crossversion test for adminpack |
commit | commitdiff | tree |
| 2024-03-04 |
Peter Eisentraut | Put back required #include |
commit | commitdiff | tree |
| 2024-03-04 |
Daniel Gustafsson | Remove the adminpack contrib extension |
commit | commitdiff | tree |
| 2024-03-04 |
Peter Eisentraut | Remove unused #include's from backend .c files |
commit | commitdiff | tree |
| 2024-03-04 |
Heikki Linnakangas | Remove unused 'countincludesself' argument to pq_sendco... |
commit | commitdiff | tree |
| 2024-03-04 |
Heikki Linnakangas | Remove unused ParallelWorkerInfo.pid field |
commit | commitdiff | tree |
| 2024-03-04 |
Dean Rasheed | Fix doc omission for MERGE into updatable views. |
commit | commitdiff | tree |
| 2024-03-04 |
Daniel Gustafsson | doc: Fix datatype for postgres_fdw option |
commit | commitdiff | tree |
| 2024-03-04 |
Heikki Linnakangas | Use MyBackendType in more places to check what process... |
commit | commitdiff | tree |
| 2024-03-04 |
Heikki Linnakangas | Remove MyAuxProcType, use MyBackendType instead |
commit | commitdiff | tree |
| 2024-03-04 |
David Rowley | Optimize GenerationAlloc() and SlabAlloc() |
commit | commitdiff | tree |
| 2024-03-04 |
David Rowley | Support partition pruning on boolcol IS [NOT] UNKNOWN |
commit | commitdiff | tree |
| 2024-03-04 |
Michael Paquier | Add PostgreSQL::Test::Cluster::wait_for_event() |
commit | commitdiff | tree |
| 2024-03-04 |
Michael Paquier | Add regression test for restart points during promotion |
commit | commitdiff | tree |
| 2024-03-04 |
Michael Paquier | injection_points: Add wait and wakeup of processes |
commit | commitdiff | tree |
| 2024-03-03 |
Heikki Linnakangas | Replace BackendIds with 0-based ProcNumbers |
commit | commitdiff | tree |
| 2024-03-03 |
Heikki Linnakangas | Redefine backend ID to be an index into the proc array |
commit | commitdiff | tree |
| 2024-03-03 |
Alvaro Herrera | GUC table: Add description to computed variables |
commit | commitdiff | tree |
| 2024-03-02 |
Jeff Davis | Documentation update for Standard Collations. |
commit | commitdiff | tree |
| 2024-03-02 |
Thomas Munro | Fix overflow in Windows replacement pg_pread/pg_pwrite. |
commit | commitdiff | tree |
| 2024-03-01 |
Thomas Munro | Return ssize_t in fd.c I/O functions. |
commit | commitdiff | tree |
| 2024-03-01 |
Michael Paquier | Simplify pg_enc2gettext_tbl[] with C99-designated initi... |
commit | commitdiff | tree |
| 2024-03-01 |
Amit Kapila | Fix BF failure introduced by commit b3f6b14cf4. |
commit | commitdiff | tree |
| 2024-02-29 |
Nathan Bossart | Convert unloggedLSN to an atomic variable. |
commit | commitdiff | tree |
| 2024-02-29 |
Nathan Bossart | Convert archiver's force_dir_scan variable to an atomic... |
commit | commitdiff | tree |
| 2024-02-29 |
Nathan Bossart | Introduce atomic read/write functions with full barrier... |
commit | commitdiff | tree |
| 2024-02-29 |
Dean Rasheed | Support MERGE into updatable views. |
commit | commitdiff | tree |
| 2024-02-29 |
Peter Eisentraut | Add missing RangeTblEntry field to jumble |
commit | commitdiff | tree |
| 2024-02-29 |
Dean Rasheed | Remove field UpdateContext->updated in nodeModifyTable.c |
commit | commitdiff | tree |
| 2024-02-29 |
Daniel Gustafsson | Fix integer underflow in shared memory debugging |
commit | commitdiff | tree |
| 2024-02-29 |
Amit Kapila | Fixups for commit 93db6cbda0. |
commit | commitdiff | tree |
| 2024-02-29 |
Michael Paquier | Use C99-designated initializer syntax for arrays relate... |
commit | commitdiff | tree |
| 2024-02-28 |
Tom Lane | Fix cross-version upgrade tests after f0827b443. |
commit | commitdiff | tree |
| next |