projects
/
users
/
c2main
/
postgres.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
users/c2main/postgres.git
2025-01-08
Jeff Davis
Control collation behavior with a method table.
commit
|
commitdiff
|
tree
2025-01-08
Jeff Davis
Move code for collation version into provider-specific...
commit
|
commitdiff
|
tree
2025-01-08
Tom Lane
Disallow NAMEDTUPLESTORE RTEs in stored views, rules...
commit
|
commitdiff
|
tree
2025-01-08
Andrew Dunstan
Set exit status for pgindent if pg_bsd_indent fails
commit
|
commitdiff
|
tree
2025-01-08
Peter Eisentraut
plpgsql: pure parser and reentrant scanner
commit
|
commitdiff
|
tree
2025-01-08
Peter Eisentraut
Remove useless function declaration
commit
|
commitdiff
|
tree
2025-01-08
Michael Paquier
pg_freespacemap: Fix declaration of pg_freespace(regclass)
commit
|
commitdiff
|
tree
2025-01-07
Jeff Davis
ExecInitAgg: update aggstate->numaggs and ->numtrans...
commit
|
commitdiff
|
tree
2025-01-07
Jeff Davis
nodeSetOp.c: missing additionalsize for BuildTupleHashT...
commit
|
commitdiff
|
tree
2025-01-07
Jeff Davis
Remove unused TupleHashTableData->entrysize.
commit
|
commitdiff
|
tree
2025-01-07
Jeff Davis
Add missing typedefs.list entry for AggStatePerGroupData.
commit
|
commitdiff
|
tree
2025-01-07
Nathan Bossart
Use PqMsg_* macros in postgres.c.
commit
|
commitdiff
|
tree
2025-01-07
Nathan Bossart
Add passwordcheck.min_password_length.
commit
|
commitdiff
|
tree
2025-01-07
Nathan Bossart
Lower default value of autovacuum_worker_slots in initd...
commit
|
commitdiff
|
tree
2025-01-07
Álvaro Herrera
Fix error message wording
commit
|
commitdiff
|
tree
2025-01-07
Thomas Munro
Fix meson detection of a couple of 64 bit builtins.
commit
|
commitdiff
|
tree
2025-01-07
Álvaro Herrera
Remove unnecessary code to handle CONSTR_NOTNULL
commit
|
commitdiff
|
tree
2025-01-07
Peter Geoghegan
Improve nbtree unsatisfiable RowCompare detection.
commit
|
commitdiff
|
tree
2025-01-07
Peter Geoghegan
nbtree: Simplify _bt_first parallel scan handling.
commit
|
commitdiff
|
tree
2025-01-07
Richard Guo
Remove unused parameter in lookup_var_attr_stats
commit
|
commitdiff
|
tree
2025-01-06
Nathan Bossart
Allow changing autovacuum_max_workers without restarting.
commit
|
commitdiff
|
tree
2025-01-06
Heikki Linnakangas
Remove duplicate definitions in proc.h
commit
|
commitdiff
|
tree
2025-01-06
Peter Eisentraut
flex code modernization: Replace YY_EXTRA_TYPE define...
commit
|
commitdiff
|
tree
2025-01-06
Fujii Masao
doc: Clarify log level for VERBOSE messages in maintena...
commit
|
commitdiff
|
tree
2025-01-06
John Naylor
Always use the caller-provided context for radix tree...
commit
|
commitdiff
|
tree
2025-01-06
John Naylor
Get rid of radix tree's general purpose memory context
commit
|
commitdiff
|
tree
2025-01-06
John Naylor
Use caller's memory context for radix tree iteration...
commit
|
commitdiff
|
tree
2025-01-05
Peter Eisentraut
Remove useless configure check
commit
|
commitdiff
|
tree
2025-01-05
Peter Eisentraut
meson: Fix missing name arguments of cc.compiles()...
commit
|
commitdiff
|
tree
2025-01-03
Andrew Dunstan
Document strange jsonb sort order for empty top level...
commit
|
commitdiff
|
tree
2025-01-02
Richard Guo
Ignore nullingrels when looking up statistics
commit
|
commitdiff
|
tree
2025-01-02
David Rowley
Fix outdated CHUNKHDRSZ value in nodeAgg.c
commit
|
commitdiff
|
tree
2025-01-01
David Rowley
Fix an assortment of spelling mistakes and typos
commit
|
commitdiff
|
tree
2025-01-01
Bruce Momjian
Update copyright for 2025
commit
|
commitdiff
|
tree
2024-12-30
Tom Lane
Update obsolete reference to plpgsql's gram.y file.
commit
|
commitdiff
|
tree
2024-12-30
Michael Paquier
injection_points: Tweak variable-numbered stats to...
commit
|
commitdiff
|
tree
2024-12-30
Michael Paquier
Fix memory leak in pgoutput with relation attribute map
commit
|
commitdiff
|
tree
2024-12-30
Michael Paquier
Remove redundant wording in pg_statistic.h
commit
|
commitdiff
|
tree
2024-12-30
Michael Paquier
Fix failures with incorrect epoch handling for 2PC...
commit
|
commitdiff
|
tree
2024-12-29
Michael Paquier
Fix handling of orphaned 2PC files in the future at...
commit
|
commitdiff
|
tree
2024-12-29
Tom Lane
contrib/pageinspect: Use SQL-standard function bodies.
commit
|
commitdiff
|
tree
2024-12-29
Tom Lane
contrib/xml2: Use SQL-standard function bodies.
commit
|
commitdiff
|
tree
2024-12-29
Tom Lane
contrib/citext: Use SQL-standard function bodies.
commit
|
commitdiff
|
tree
2024-12-29
David Rowley
Fix overly large values/nulls arrays
commit
|
commitdiff
|
tree
2024-12-28
Tom Lane
Replace PGPROC.isBackgroundWorker with isRegularBackend.
commit
|
commitdiff
|
tree
2024-12-28
Tom Lane
Exclude parallel workers from connection privilege...
commit
|
commitdiff
|
tree
2024-12-28
Tom Lane
Reserve a PGPROC slot and semaphore for the slotsync...
commit
|
commitdiff
|
tree
2024-12-28
Noah Misch
In REASSIGN OWNED of a database, lock the tuple as...
commit
|
commitdiff
|
tree
2024-12-27
David Rowley
Speedup tuple deformation with additional function...
commit
|
commitdiff
|
tree
2024-12-27
Michael Paquier
Improve handling of date_trunc() units for infinite...
commit
|
commitdiff
|
tree
2024-12-26
David Rowley
Remove unused totalrows parameter in compute_expr_stats
commit
|
commitdiff
|
tree
2024-12-26
Peter Eisentraut
plpgsql: Rename a variable for clarity
commit
|
commitdiff
|
tree
2024-12-26
Michael Paquier
Fix typo in comment of compute_return_type() in functio...
commit
|
commitdiff
|
tree
2024-12-25
Heikki Linnakangas
meson: Export all libcommon functions in Windows builds
commit
|
commitdiff
|
tree
2024-12-25
Peter Eisentraut
Add commit 301de6a6f60 to .git-blame-ignore-revs.
commit
|
commitdiff
|
tree
2024-12-25
Peter Eisentraut
Partial pgindent of .l and .y files
commit
|
commitdiff
|
tree
2024-12-25
Heikki Linnakangas
meson: Export all libcommon functions in Windows builds
commit
|
commitdiff
|
tree
2024-12-25
Peter Eisentraut
guc: reentrant scanner
commit
|
commitdiff
|
tree
2024-12-24
Peter Eisentraut
jsonpath scanner: reentrant scanner
commit
|
commitdiff
|
tree
2024-12-24
Peter Geoghegan
Fix nbtree symbol name comment reference.
commit
|
commitdiff
|
tree
2024-12-24
Peter Eisentraut
syncrep parser: pure parser and reentrant scanner
commit
|
commitdiff
|
tree
2024-12-24
Peter Eisentraut
replication parser: pure parser and reentrant scanner
commit
|
commitdiff
|
tree
2024-12-24
Peter Eisentraut
Remove pgrminclude and associated scripts
commit
|
commitdiff
|
tree
2024-12-24
Peter Eisentraut
Remove pgrminclude annotations
commit
|
commitdiff
|
tree
2024-12-24
David Rowley
Fix race condition in TupleDescCompactAttr assert code
commit
|
commitdiff
|
tree
2024-12-23
Tom Lane
Try to avoid semaphore-related test failures on NetBSD...
commit
|
commitdiff
|
tree
2024-12-23
Peter Geoghegan
Reset btpo_cycleid in nbtree VACUUM's REDO routine.
commit
|
commitdiff
|
tree
2024-12-23
Tom Lane
postgres_fdw: re-issue cancel requests a few times...
commit
|
commitdiff
|
tree
2024-12-23
Heikki Linnakangas
Don't allow GetTransactionSnapshot() in logical decoding
commit
|
commitdiff
|
tree
2024-12-23
Heikki Linnakangas
Remove unnecessary GetTransactionSnapshot() calls
commit
|
commitdiff
|
tree
2024-12-23
David Rowley
Fix incorrect source filename references
commit
|
commitdiff
|
tree
2024-12-23
Michael Paquier
Fix some comments related to library unloading
commit
|
commitdiff
|
tree
2024-12-21
Heikki Linnakangas
Update TransactionXmin when MyProc->xmin is updated
commit
|
commitdiff
|
tree
2024-12-20
David Rowley
Optimize alignment calculations in tuple form/deform
commit
|
commitdiff
|
tree
2024-12-20
Heikki Linnakangas
Mark CatalogSnapshotData static
commit
|
commitdiff
|
tree
2024-12-20
Heikki Linnakangas
Fix variable reference in comment
commit
|
commitdiff
|
tree
2024-12-20
Melanie Plageman
Fix overflow danger in SampleHeapTupleVisible(), take 2
commit
|
commitdiff
|
tree
2024-12-20
Thomas Munro
Fix corruption when relation truncation fails.
commit
|
commitdiff
|
tree
2024-12-20
David Rowley
Remove pg_attribute.attcacheoff column
commit
|
commitdiff
|
tree
2024-12-20
Michael Paquier
Relax regression test for fsync check of backend-level...
commit
|
commitdiff
|
tree
2024-12-20
David Rowley
Introduce CompactAttribute array in TupleDesc, take 2
commit
|
commitdiff
|
tree
2024-12-19
Melanie Plageman
Remove final mention of FREEZE_PAGE from comments
commit
|
commitdiff
|
tree
2024-12-19
Tom Lane
Get rid of old version of BuildTupleHashTable().
commit
|
commitdiff
|
tree
2024-12-19
Tom Lane
Use ExecGetCommonSlotOps infrastructure in more places.
commit
|
commitdiff
|
tree
2024-12-19
Tom Lane
Improve planner's handling of SetOp plans.
commit
|
commitdiff
|
tree
2024-12-19
Tom Lane
Convert SetOp to read its inputs as outerPlan and inner...
commit
|
commitdiff
|
tree
2024-12-19
Melanie Plageman
Remove extra prefetch iterator setup for Bitmap Table...
commit
|
commitdiff
|
tree
2024-12-19
Melanie Plageman
Fix bitmap table scan crash on iterator release
commit
|
commitdiff
|
tree
2024-12-19
Peter Geoghegan
Avoid nbtree index scan SAOP scanBehind confusion.
commit
|
commitdiff
|
tree
2024-12-19
Peter Eisentraut
bootstrap: pure parser and reentrant scanner
commit
|
commitdiff
|
tree
2024-12-19
Peter Eisentraut
Small whitespace improvement
commit
|
commitdiff
|
tree
2024-12-19
Peter Eisentraut
Prevent redeclaration of typedef yyscan_t
commit
|
commitdiff
|
tree
2024-12-19
Michael Paquier
Add backend-level statistics to pgstats
commit
|
commitdiff
|
tree
2024-12-19
Michael Paquier
Extract logic filling pg_stat_get_io()'s tuplestore...
commit
|
commitdiff
|
tree
2024-12-19
David Rowley
Optimize grouping equality checks with virtual slots
commit
|
commitdiff
|
tree
2024-12-19
David Rowley
Fix Assert failure in WITH RECURSIVE UNION queries
commit
|
commitdiff
|
tree
2024-12-18
Melanie Plageman
Remove leftover mentions of XLOG_HEAP2_FREEZE_PAGE...
commit
|
commitdiff
|
tree
2024-12-18
Melanie Plageman
Bitmap Table Scans use unified TBMIterator
commit
|
commitdiff
|
tree
2024-12-18
Melanie Plageman
Add common interface for TBMIterators
commit
|
commitdiff
|
tree
2024-12-18
Melanie Plageman
Fix overflow danger in SampleHeapTupleVisible()
commit
|
commitdiff
|
tree
next