| 11 min ago |
Tom Lane | Revert "Avoid requiring Spanish locale to test NLS... master github/master |
commit | commitdiff | tree |
| 2 hours ago |
Jacob Champion | libpq: Align oauth_json_set_error() with other NLS... |
commit | commitdiff | tree |
| 2 hours ago |
Jacob Champion | libpq-oauth: Don't translate internal errors |
commit | commitdiff | tree |
| 2 hours ago |
Jacob Champion | libpq: Add missing OAuth translations |
commit | commitdiff | tree |
| 3 hours ago |
Nathan Bossart | Allow passing a pointer to GetNamedDSMSegment()'s init... |
commit | commitdiff | tree |
| 3 hours ago |
Noah Misch | Revisit cosmetics of "For inplace update, send nontrans... |
commit | commitdiff | tree |
| 3 hours ago |
Noah Misch | Correct comments of "Fix data loss at inplace update... |
commit | commitdiff | tree |
| 3 hours ago |
Tom Lane | Avoid requiring Spanish locale to test NLS infrastructure. |
commit | commitdiff | tree |
| 5 hours ago |
Jeff Davis | Remove incorrect declarations in pg_wchar.h. |
commit | commitdiff | tree |
| 5 hours ago |
Jeff Davis | Remove unused single-byte char_is_cased() API. |
commit | commitdiff | tree |
| 5 hours ago |
Jeff Davis | Use multibyte-aware extraction of pattern prefixes. |
commit | commitdiff | tree |
| 6 hours ago |
Tom Lane | Add offnum range checks to suppress compile warnings... |
commit | commitdiff | tree |
| 7 hours ago |
Heikki Linnakangas | Increase timeout in multixid_conversion upgrade test |
commit | commitdiff | tree |
| 12 hours ago |
Heikki Linnakangas | Improve sanity checks on multixid members length |
commit | commitdiff | tree |
| 12 hours ago |
Álvaro Herrera | Disable recently added CIC/RI isolation tests |
commit | commitdiff | tree |
| 12 hours ago |
Peter Eisentraut | Refactor static_assert() support. |
commit | commitdiff | tree |
| 14 hours ago |
Heikki Linnakangas | Clarify comment on multixid offset wraparound check |
commit | commitdiff | tree |
| 19 hours ago |
David Rowley | Fix typo in tablecmds.c |
commit | commitdiff | tree |
| 20 hours ago |
Amit Kapila | Add retry logic to pg_sync_replication_slots(). |
commit | commitdiff | tree |
| 22 hours ago |
Michael Paquier | test_custom_stats: Fix compilation warning |
commit | commitdiff | tree |
| 22 hours ago |
Michael Paquier | pageinspect: use index_close() for GiST index relation |
commit | commitdiff | tree |
| 23 hours ago |
Michael Paquier | test_custom_stats: Add tests with read/write of auxilia... |
commit | commitdiff | tree |
| 23 hours ago |
Michael Paquier | Allow cumulative statistics to read/write auxiliary... |
commit | commitdiff | tree |
| 25 hours ago |
Tom Lane | Update typedefs.list to match what the buildfarm curren... |
commit | commitdiff | tree |
| 25 hours ago |
Tom Lane | Make "pgoff_t" be a typedef not a #define. |
commit | commitdiff | tree |
| 28 hours ago |
Tom Lane | Looks like we can't test NLS on machines that lack... |
commit | commitdiff | tree |
| 29 hours ago |
Andres Freund | bufmgr: Add one-entry cache for private refcount |
commit | commitdiff | tree |
| 29 hours ago |
Andres Freund | bufmgr: Separate keys for private refcount infrastructure |
commit | commitdiff | tree |
| 29 hours ago |
Tom Lane | Try a few different locale name spellings in nls.sql. |
commit | commitdiff | tree |
| 30 hours ago |
Tom Lane | Fix double assignment. |
commit | commitdiff | tree |
| 30 hours ago |
Tom Lane | Add a regression test to verify that NLS translation... |
commit | commitdiff | tree |
| 32 hours ago |
Alexander Korotkov | Refactor WaitLSNType enum to use a macro for type count |
commit | commitdiff | tree |
| 33 hours ago |
Alexander Korotkov | Fix usage of palloc() in MERGE/SPLIT PARTITION(s) code |
commit | commitdiff | tree |
| 36 hours ago |
Alexander Korotkov | Implement ALTER TABLE ... SPLIT PARTITION ... command |
commit | commitdiff | tree |
| 36 hours ago |
Alexander Korotkov | Implement ALTER TABLE ... MERGE PARTITIONS ... command |
commit | commitdiff | tree |
| 45 hours ago |
Michael Paquier | doc: Fix incorrect documentation for test_custom_stats |
commit | commitdiff | tree |
| 2 days ago |
Tom Lane | Fix jsonb_object_agg crash after eliminating null-value... |
commit | commitdiff | tree |
| 2 days ago |
Peter Eisentraut | Use correct preprocessor conditional in relptr.h |
commit | commitdiff | tree |
| 2 days ago |
Peter Eisentraut | Fix out-of-date comment on makeRangeConstructors |
commit | commitdiff | tree |
| 2 days ago |
Peter Eisentraut | Clarify comment about temporal foreign keys |
commit | commitdiff | tree |
| 3 days ago |
Álvaro Herrera | Reject opclass options in ON CONFLICT clause |
commit | commitdiff | tree |
| 3 days ago |
Peter Eisentraut | Replace most StaticAssertStmt() with StaticAssertDecl() |
commit | commitdiff | tree |
| 3 days ago |
Heikki Linnakangas | Never store 0 as the nextMXact |
commit | commitdiff | tree |
| 4 days ago |
Nathan Bossart | Fix some comments. |
commit | commitdiff | tree |
| 4 days ago |
Álvaro Herrera | Fix infer_arbiter_index for partitioned tables |
commit | commitdiff | tree |
| 4 days ago |
Heikki Linnakangas | Fix comment on how temp files and subtransactions are... |
commit | commitdiff | tree |
| 4 days ago |
Heikki Linnakangas | Add runtime checks for bogus multixact offsets |
commit | commitdiff | tree |
| 4 days ago |
Peter Eisentraut | Make <assert.h> consistently available in frontend... |
commit | commitdiff | tree |
| 4 days ago |
Michael Paquier | Use palloc_object() and palloc_array(), the last change |
commit | commitdiff | tree |
| 4 days ago |
Michael Paquier | pg_buffercache: Fix memory allocation formula |
commit | commitdiff | tree |
| 4 days ago |
Amit Kapila | Enhance slot synchronization API to respect promotion... |
commit | commitdiff | tree |
| 4 days ago |
Peter Geoghegan | Clarify why _bt_killitems sorts its items array. |
commit | commitdiff | tree |
| 4 days ago |
Michael Paquier | Fix allocation formula in llvmjit_expr.c |
commit | commitdiff | tree |
| 4 days ago |
Peter Geoghegan | Fix MULTIXACT_DEBUG builds. |
commit | commitdiff | tree |
| 5 days ago |
Tom Lane | Allow PG_PRINTF_ATTRIBUTE to be different in C and... |
commit | commitdiff | tree |
| 5 days ago |
Peter Geoghegan | Return TIDs in desc order during backwards scans. |
commit | commitdiff | tree |
| 5 days ago |
Jeff Davis | Add pg_iswcased(). |
commit | commitdiff | tree |
| 5 days ago |
Jeff Davis | Remove char_tolower() API. |
commit | commitdiff | tree |
| 5 days ago |
Heikki Linnakangas | Fix bogus extra arguments to query_safe in test |
commit | commitdiff | tree |
| 5 days ago |
Heikki Linnakangas | Improve DDL deparsing test |
commit | commitdiff | tree |
| 5 days ago |
Melanie Plageman | Add comment about keeping PD_ALL_VISIBLE and VM in... |
commit | commitdiff | tree |
| 5 days ago |
Melanie Plageman | Simplify vacuum visibility assertion |
commit | commitdiff | tree |
| 5 days ago |
Heikki Linnakangas | Fix comment in GetPublicationRelations |
commit | commitdiff | tree |
| 5 days ago |
Heikki Linnakangas | Fix some near-bugs related to ResourceOwner function... |
commit | commitdiff | tree |
| 5 days ago |
Michael Paquier | libpq: Authorize pthread_exit() in libpq_check |
commit | commitdiff | tree |
| 5 days ago |
Michael Paquier | Fix failures with cross-version pg_upgrade tests |
commit | commitdiff | tree |
| 5 days ago |
Michael Paquier | Fix two issues with recently-introduced nbtree test |
commit | commitdiff | tree |
| 6 days ago |
Michael Paquier | Fix meson warning due to missing declaration of NM |
commit | commitdiff | tree |
| 6 days ago |
Heikki Linnakangas | Fix typo in comment |
commit | commitdiff | tree |
| 6 days ago |
David Rowley | Fix misleading comment in tuplesort.c |
commit | commitdiff | tree |
| 6 days ago |
Michael Paquier | Use palloc_object() and palloc_array() in backend code |
commit | commitdiff | tree |
| 6 days ago |
Thomas Munro | Fix O_CLOEXEC flag handling in Windows port. |
commit | commitdiff | tree |
| 6 days ago |
Nathan Bossart | vacuumdb: Add --dry-run. |
commit | commitdiff | tree |
| 6 days ago |
Nathan Bossart | Add ParallelSlotSetIdle(). |
commit | commitdiff | tree |
| 6 days ago |
Nathan Bossart | vacuumdb: Move some variables to the vacuumingOptions... |
commit | commitdiff | tree |
| 6 days ago |
Masahiko Sawada | Add started_by column to pg_stat_progress_analyze view. |
commit | commitdiff | tree |
| 6 days ago |
Masahiko Sawada | Add mode and started_by columns to pg_stat_progress_vac... |
commit | commitdiff | tree |
| 6 days ago |
Nathan Bossart | doc: Fix titles of some pg_buffercache functions. |
commit | commitdiff | tree |
| 6 days ago |
Tom Lane | Support "j" length modifier in snprintf.c. |
commit | commitdiff | tree |
| 6 days ago |
Heikki Linnakangas | Add wait event for the group commit delay before WAL... |
commit | commitdiff | tree |
| 6 days ago |
Heikki Linnakangas | Fix warning about wrong format specifier for off_t... |
commit | commitdiff | tree |
| 6 days ago |
Heikki Linnakangas | Widen MultiXactOffset to 64 bits |
commit | commitdiff | tree |
| 6 days ago |
Heikki Linnakangas | Move pg_multixact SLRU page format definitions to a... |
commit | commitdiff | tree |
| 6 days ago |
Dean Rasheed | doc: Fix statement about ON CONFLICT and deferrable... |
commit | commitdiff | tree |
| 6 days ago |
Richard Guo | Fix distinctness check for queries with grouping sets |
commit | commitdiff | tree |
| 6 days ago |
Richard Guo | Fix const-simplification for index expressions and... |
commit | commitdiff | tree |
| 6 days ago |
Amit Kapila | Fix LOCK_TIMEOUT handling in slotsync worker. |
commit | commitdiff | tree |
| 6 days ago |
Peter Eisentraut | Remove useless casts in format arguments |
commit | commitdiff | tree |
| 6 days ago |
Peter Eisentraut | Clean up int64-related format strings |
commit | commitdiff | tree |
| 6 days ago |
Peter Eisentraut | Remove unnecessary casts in printf format arguments... |
commit | commitdiff | tree |
| 6 days ago |
Michael Paquier | Use palloc_object() and palloc_array() in more areas... |
commit | commitdiff | tree |
| 6 days ago |
Andres Freund | Improve documentation for pg_atomic_unlocked_write_u32() |
commit | commitdiff | tree |
| 6 days ago |
David Rowley | Doc: fix typo in hash index documentation |
commit | commitdiff | tree |
| 6 days ago |
Michael Paquier | libpq: Refactor logic checking for exit() in shared... |
commit | commitdiff | tree |
| 6 days ago |
Tom Lane | Fix minor portability issue in pg_resetwal.c. |
commit | commitdiff | tree |
| 7 days ago |
Peter Geoghegan | Avoid pointer chasing in _bt_readpage inner loop. |
commit | commitdiff | tree |
| 7 days ago |
Álvaro Herrera | Unify some more messages |
commit | commitdiff | tree |
| 7 days ago |
Peter Geoghegan | Relocate _bt_readpage and related functions. |
commit | commitdiff | tree |
| 7 days ago |
Álvaro Herrera | Unify error messages |
commit | commitdiff | tree |
| 7 days ago |
Heikki Linnakangas | pg_resetwal: Use separate flags for whether an option... |
commit | commitdiff | tree |
| next |