projects
/
postgresql.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2020-02-21
Tom Lane
Assume that we have functional, 64-bit fseeko()/ftello().
commit
|
commitdiff
|
tree
2020-02-21
Peter Eisentraut
Fix compiler warnings on 64-bit Windows
commit
|
commitdiff
|
tree
2020-02-21
Jeff Davis
Fixup for nodeAgg.c refactor.
commit
|
commitdiff
|
tree
2020-02-21
Etsuro Fujita
Avoid redundant checks in partition_bounds_copy().
commit
|
commitdiff
|
tree
2020-02-21
Peter Eisentraut
Require stdint.h
commit
|
commitdiff
|
tree
2020-02-21
Michael Paquier
Doc: Fix instructions to control build environment...
commit
|
commitdiff
|
tree
2020-02-20
Alvaro Herrera
Simplify FK-to-partitioned regression test query
commit
|
commitdiff
|
tree
2020-02-20
Etsuro Fujita
Remove extra word from comment.
commit
|
commitdiff
|
tree
2020-02-20
Michael Paquier
Cleanup more code related to ws2_32.dll loading in...
commit
|
commitdiff
|
tree
2020-02-19
Tom Lane
Doc: discourage use of partial indexes for poor-man...
commit
|
commitdiff
|
tree
2020-02-19
Tom Lane
Remove support for upgrading extensions from "unpackage...
commit
|
commitdiff
|
tree
2020-02-19
Peter Eisentraut
Fix typo
commit
|
commitdiff
|
tree
2020-02-19
Tom Lane
Fix confusion about event trigger vs. plain function...
commit
|
commitdiff
|
tree
2020-02-19
Peter Eisentraut
Set gen_random_uuid() to volatile
commit
|
commitdiff
|
tree
2020-02-19
Jeff Davis
Minor refactor of nodeAgg.c.
commit
|
commitdiff
|
tree
2020-02-19
Jeff Davis
logtape.c: allocate read buffer even for an empty tape.
commit
|
commitdiff
|
tree
2020-02-19
Fujii Masao
Fix mesurement of elapsed time during truncating heap...
commit
|
commitdiff
|
tree
2020-02-19
Michael Paquier
Clean up some code, comments and docs referring to...
commit
|
commitdiff
|
tree
2020-02-19
Amit Kapila
Stop demanding that top xact must be seen before subxac...
commit
|
commitdiff
|
tree
2020-02-19
Peter Geoghegan
Remove obsolete _bt_compare() comment.
commit
|
commitdiff
|
tree
2020-02-18
Fujii Masao
Make inherited LOCK TABLE perform access permission...
commit
|
commitdiff
|
tree
2020-02-18
Michael Paquier
Remove duplicated words in comments
commit
|
commitdiff
|
tree
2020-02-18
Michael Paquier
Fix grammar in monitoring.sgml
commit
|
commitdiff
|
tree
2020-02-17
Tom Lane
Teach pg_dump to dump comments on RLS policy objects.
commit
|
commitdiff
|
tree
2020-02-17
Peter Eisentraut
Optimize update of tables with generated columns
commit
|
commitdiff
|
tree
2020-02-17
Peter Eisentraut
Fill in extraUpdatedCols in logical replication
commit
|
commitdiff
|
tree
2020-02-17
Fujii Masao
Add description about GSSOpenServer wait event into...
commit
|
commitdiff
|
tree
2020-02-17
Fujii Masao
Add description about LogicalRewriteTruncate wait event...
commit
|
commitdiff
|
tree
2020-02-16
Tom Lane
Try again to work around Windows' ERROR_SHARING_VIOLATI...
commit
|
commitdiff
|
tree
2020-02-15
Tom Lane
Update obsolete comment.
commit
|
commitdiff
|
tree
2020-02-15
Tom Lane
Clarify coding in Catalog::AddDefaultValues.
commit
|
commitdiff
|
tree
2020-02-15
Tom Lane
Run "make reformat-dat-files".
commit
|
commitdiff
|
tree
2020-02-15
Tom Lane
Don't require pg_class.dat to contain correct relnatts...
commit
|
commitdiff
|
tree
2020-02-15
Peter Geoghegan
Recreate website's formatting for "website" doc builds.
commit
|
commitdiff
|
tree
2020-02-14
Tom Lane
Remove pg_regress' --load-language option.
commit
|
commitdiff
|
tree
2020-02-14
Michael Paquier
Remove some dead code in contrib/adminpack/
commit
|
commitdiff
|
tree
2020-02-13
Tom Lane
Mark some contrib modules as "trusted".
commit
|
commitdiff
|
tree
2020-02-13
Jeff Davis
Logical Tape Set: lazily allocate read buffer.
commit
|
commitdiff
|
tree
2020-02-13
Tom Lane
Avoid a performance regression in float overflow/underf...
commit
|
commitdiff
|
tree
2020-02-12
Peter Geoghegan
Doc: Restructure B-Tree support routine docs.
commit
|
commitdiff
|
tree
2020-02-12
Tom Lane
Remove long-dead comments.
commit
|
commitdiff
|
tree
2020-02-12
Tom Lane
Doc: fix old oversights in GRANT/REVOKE documentation.
commit
|
commitdiff
|
tree
2020-02-12
Andres Freund
Try to harden insert-conflict-specconflict against...
commit
|
commitdiff
|
tree
2020-02-12
Michael Paquier
Add %x to default PROMPT1 and PROMPT2 in psql
commit
|
commitdiff
|
tree
2020-02-12
Andres Freund
Test additional speculative conflict scenarios.
commit
|
commitdiff
|
tree
2020-02-12
Fujii Masao
Fix bug in pg_basebackup -F plain -R.
commit
|
commitdiff
|
tree
2020-02-11
Peter Eisentraut
Document the pg_upgrade -j/--jobs option as taking...
commit
|
commitdiff
|
tree
2020-02-11
Thomas Munro
Use pg_pwrite() in more places.
commit
|
commitdiff
|
tree
2020-02-10
Peter Eisentraut
Canonicalize some URLs
commit
|
commitdiff
|
tree
2020-02-10
Peter Eisentraut
psql: Remove one use of HAVE_UNIX_SOCKETS
commit
|
commitdiff
|
tree
2020-02-10
Peter Eisentraut
Simplify passing of configure arguments to pg_config
commit
|
commitdiff
|
tree
2020-02-10
Jeff Davis
Change signature of TupleHashTableHash().
commit
|
commitdiff
|
tree
2020-02-10
Alvaro Herrera
createuser: fix parsing of --connection-limit argument
commit
|
commitdiff
|
tree
2020-02-10
Alvaro Herrera
Fix priv checks for ALTER <object> DEPENDS ON EXTENSION
commit
|
commitdiff
|
tree
2020-02-10
Michael Paquier
Revert "pg_upgrade: Fix quoting of some arguments in...
commit
|
commitdiff
|
tree
2020-02-10
Amit Kapila
Fix typos.
commit
|
commitdiff
|
tree
2020-02-10
Amit Kapila
doc: Spell checking
commit
|
commitdiff
|
tree
2020-02-10
Michael Paquier
pg_upgrade: Fix quoting of some arguments in pg_ctl...
commit
|
commitdiff
|
tree
2020-02-10
Thomas Munro
psql: Fix %w length in PROMPT2 when PROMPT1 contains...
commit
|
commitdiff
|
tree
2020-02-09
Tom Lane
Revert "docs: change "default role" wording to "predefi...
commit
|
commitdiff
|
tree
2020-02-09
Tom Lane
Store the deletion horizon XID for a deleted GIN page...
commit
|
commitdiff
|
tree
2020-02-07
Alvaro Herrera
Fix failure to create FKs correctly in partitions
commit
|
commitdiff
|
tree
2020-02-07
Alvaro Herrera
Fix TRUNCATE .. CASCADE on partitions
commit
|
commitdiff
|
tree
2020-02-07
Fujii Masao
Fix bug in Tid scan.
commit
|
commitdiff
|
tree
2020-02-07
Andres Freund
jit: Reference expression step functions via llvmjit_types.
commit
|
commitdiff
|
tree
2020-02-07
Michael Paquier
Bump catalog version for the addition of leader_pid...
commit
|
commitdiff
|
tree
2020-02-07
Jeff Davis
Introduce TupleHashTableHash() and LookupTupleHashEntry...
commit
|
commitdiff
|
tree
2020-02-07
Andres Freund
jit: Remove redundancies in expression evaluation code...
commit
|
commitdiff
|
tree
2020-02-07
Andres Freund
jit: Reference functions by name in IOCOERCE steps.
commit
|
commitdiff
|
tree
2020-02-07
Andres Freund
expression eval: Don't redundantly keep track of AggState.
commit
|
commitdiff
|
tree
2020-02-07
Andres Freund
expression eval, jit: Minor code cleanups.
commit
|
commitdiff
|
tree
2020-02-07
Michael Paquier
Fix typo in proc.c
commit
|
commitdiff
|
tree
2020-02-07
Michael Paquier
Revert "Prevent running pg_basebackup as root"
commit
|
commitdiff
|
tree
2020-02-06
Michael Paquier
Revert "Add GUC checks for ssl_min_protocol_version...
commit
|
commitdiff
|
tree
2020-02-06
Peter Eisentraut
Ensure relcache consistency around generated columns
commit
|
commitdiff
|
tree
2020-02-06
Jeff Davis
Refactor hash_agg_entry_size().
commit
|
commitdiff
|
tree
2020-02-06
Jeff Davis
Logical Tape Set: use min heap for freelist.
commit
|
commitdiff
|
tree
2020-02-06
Amit Kapila
Fix typo.
commit
|
commitdiff
|
tree
2020-02-06
Fujii Masao
Fix bug in LWLock statistics mechanism.
commit
|
commitdiff
|
tree
2020-02-06
Michael Paquier
Add leader_pid to pg_stat_activity
commit
|
commitdiff
|
tree
2020-02-05
Andrew Gierth
Force tuple conversion when the source has missing...
commit
|
commitdiff
|
tree
2020-02-05
Alvaro Herrera
Make vacuum buffer counters 64 bits wide
commit
|
commitdiff
|
tree
2020-02-05
Alvaro Herrera
ALTER SUBSCRIPTION / REFRESH docs: explain copy_data
commit
|
commitdiff
|
tree
2020-02-05
Noah Misch
When a TAP file has non-zero exit status, retain tempor...
commit
|
commitdiff
|
tree
2020-02-05
Thomas Munro
Add kqueue(2) support to the WaitEventSet API.
commit
|
commitdiff
|
tree
2020-02-04
Thomas Munro
Handle lack of DSM slots in parallel btree build, take 2.
commit
|
commitdiff
|
tree
2020-02-04
Tom Lane
Fix handling of "Subplans Removed" field in EXPLAIN...
commit
|
commitdiff
|
tree
2020-02-04
Michael Paquier
Fix fuzzy error handling in pg_basebackup when opening...
commit
|
commitdiff
|
tree
2020-02-03
Alvaro Herrera
Add missing break out seqscan loop in logical replication
commit
|
commitdiff
|
tree
2020-02-03
Michael Paquier
Add declaration-level assertions for compile-time checks
commit
|
commitdiff
|
tree
2020-02-02
Tom Lane
Fix assorted error-cleanup bugs in SSL min/max protocol...
commit
|
commitdiff
|
tree
2020-02-01
Andrew Gierth
Optimizations for integer to decimal output.
commit
|
commitdiff
|
tree
2020-02-01
Michael Paquier
Prevent running pg_basebackup as root
commit
|
commitdiff
|
tree
2020-02-01
Thomas Munro
Fix memory leak on DSM slot exhaustion.
commit
|
commitdiff
|
tree
2020-01-31
Tom Lane
Fix not-quite-right string comparison in parse_jsonb_in...
commit
|
commitdiff
|
tree
2020-01-31
Tom Lane
Fix CheckAttributeType's handling of collations for...
commit
|
commitdiff
|
tree
2020-01-31
Tom Lane
Fix parallel pg_dump/pg_restore for failure to create...
commit
|
commitdiff
|
tree
2020-01-31
Peter Eisentraut
Allow building without default socket directory
commit
|
commitdiff
|
tree
2020-01-31
Peter Eisentraut
Sprinkle some const decorations
commit
|
commitdiff
|
tree
2020-01-31
Michael Paquier
Fix typo in recently-added TAP test for replication...
commit
|
commitdiff
|
tree
next