projects
/
postgresql
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql
2018-07-24
Andres Freund
doc: Fix reference to "decoder" to instead be the corre...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Peter Eisentraut
psql: Add option for procedures to \df
commit
|
commitdiff
|
tree
|
snapshot
2018-07-24
Michael Paquier
Fix calculation for WAL segment recycling and removal
commit
|
commitdiff
|
tree
|
snapshot
2018-07-23
Robert Haas
pgbench: Remove duplicate entries from table of builtin...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-23
Andres Freund
LLVMJIT: Adapt to API changes in gdb and perf support.
commit
|
commitdiff
|
tree
|
snapshot
2018-07-23
Andres Freund
LLVMJIT: Fix LLVM build for LLVM > 7.
commit
|
commitdiff
|
tree
|
snapshot
2018-07-23
Andres Freund
Reset context at the tail end of JITed EEOP_AGG_PLAIN_T...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-23
Andres Freund
Fix JITed EEOP_AGG_INIT_TRANS, which missed some state.
commit
|
commitdiff
|
tree
|
snapshot
2018-07-21
Tom Lane
Further portability hacking in pg_upgrade's test script.
commit
|
commitdiff
|
tree
|
snapshot
2018-07-21
Tom Lane
Be more paranoid about quoting in pg_upgrade's test...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-20
Tom Lane
Avoid unportable shell syntax in pg_upgrade's test...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-20
Dean Rasheed
Guard against rare RAND_bytes() failures in pg_strong_r...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-19
Alexander Korotkov
Fix handling of empty uncompressed posting list pages...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-19
Tom Lane
Remove undocumented restriction against duplicate parti...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-19
Tom Lane
Improve psql's \d command to show whether index columns...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-19
Tom Lane
Fix pg_get_indexdef()'s behavior for included index...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-19
Alvaro Herrera
Rewrite comments in replication slot advance implementation
commit
|
commitdiff
|
tree
|
snapshot
2018-07-19
Heikki Linnakangas
Fix error message when a hostaddr cannot be parsed.
commit
|
commitdiff
|
tree
|
snapshot
2018-07-19
Heikki Linnakangas
Rephrase a few comments for clarity.
commit
|
commitdiff
|
tree
|
snapshot
2018-07-19
Michael Paquier
Fix print of Path nodes when using OPTIMIZER_DEBUG
commit
|
commitdiff
|
tree
|
snapshot
2018-07-19
Michael Paquier
Fix re-parameterize of MergeAppendPath
commit
|
commitdiff
|
tree
|
snapshot
2018-07-18
Tom Lane
Remove race-prone hot_standby_feedback test cases in...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-18
Tom Lane
Drop the rule against included index columns duplicatin...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-18
Heikki Linnakangas
Fix misc typos, mostly in comments.
commit
|
commitdiff
|
tree
|
snapshot
2018-07-17
Alvaro Herrera
doc: move PARTITION OF stanza to just below PARTITION BY
commit
|
commitdiff
|
tree
|
snapshot
2018-07-17
Alvaro Herrera
Fix ALTER TABLE...SET STATS error message for included...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-16
Alvaro Herrera
Fix partition pruning with IS [NOT] NULL clauses
commit
|
commitdiff
|
tree
|
snapshot
2018-07-16
Robert Haas
Add subtransaction handling for table synchronization...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-16
Peter Eisentraut
doc: Update redirecting links
commit
|
commitdiff
|
tree
|
snapshot
2018-07-14
Tom Lane
Fix hashjoin costing mistake introduced with inner_uniq...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-13
Tom Lane
Fix crash in contrib/ltree's lca() function for empty...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-13
Peter Eisentraut
Update documentation editor setup instructions
commit
|
commitdiff
|
tree
|
snapshot
2018-07-13
Tom Lane
Fix crash in json{b}_populate_recordset() and json...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-13
Alvaro Herrera
Dump foreign keys on partitioned tables
commit
|
commitdiff
|
tree
|
snapshot
2018-07-13
Tom Lane
Fix inadequate buffer locking in FSM and VM page re...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-13
Bruce Momjian
docs: Remove "New" description of the libpqxx interface
commit
|
commitdiff
|
tree
|
snapshot
2018-07-13
Peter Eisentraut
Prohibit transaction commands in security definer proce...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-12
Peter Eisentraut
Reset shmem_exit_inprogress after shmem_exit()
commit
|
commitdiff
|
tree
|
snapshot
2018-07-12
Tom Lane
Doc: minor improvement in pl/pgsql FETCH/MOVE documenta...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-12
Alvaro Herrera
Fix FK checks of TRUNCATE involving partitioned tables
commit
|
commitdiff
|
tree
|
snapshot
2018-07-12
Tom Lane
Doc: clarify release note text about v11's new window...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-12
Tom Lane
Doc: update documentation for requirement of ORDER...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-12
Amit Kapila
Allow using the updated tuple while moving it to a...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-12
Michael Paquier
Make logical WAL sender report streaming state appropri...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-11
Tom Lane
Fix create_scan_plan's handling of sortgrouprefs for...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-11
Tom Lane
Fix bugs with degenerate window ORDER BY clauses in...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-10
Michael Paquier
Block replication slot advance for these not yet reserv...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-10
Alvaro Herrera
Better handle pseudotypes as partition keys
commit
|
commitdiff
|
tree
|
snapshot
2018-07-10
Peter Eisentraut
Fix typos
commit
|
commitdiff
|
tree
|
snapshot
2018-07-10
Peter Eisentraut
Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2018-07-09
Tom Lane
Avoid emitting a bogus WAL record when recycling an...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-09
Alvaro Herrera
Flip argument order in XLogSegNoOffsetToRecPtr
commit
|
commitdiff
|
tree
|
snapshot
2018-07-09
Tom Lane
Fix yet more problems with incorrectly-constructed...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-09
Bruce Momjian
rel notes: mention enabling of parallelism in PG 10
commit
|
commitdiff
|
tree
|
snapshot
2018-07-09
Peter Eisentraut
Add UtilityReturnsTuples() support for CALL
commit
|
commitdiff
|
tree
|
snapshot
2018-07-09
Michael Paquier
Rework order of end-of-recovery actions to delay timeli...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-07
Peter Eisentraut
Add separate error message for procedure does not exist
commit
|
commitdiff
|
tree
|
snapshot
2018-07-06
Michael Paquier
Add note in pg_rewind documentation about read-only...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-06
Peter Eisentraut
Fix assert in nested SQL procedure call
commit
|
commitdiff
|
tree
|
snapshot
2018-07-06
Peter Eisentraut
Allow CALL with polymorphic type arguments
commit
|
commitdiff
|
tree
|
snapshot
2018-07-06
Alvaro Herrera
Allow replication slots to be dropped in single-user...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-06
Alvaro Herrera
doc: Reword old inheritance partitioning documentation
commit
|
commitdiff
|
tree
|
snapshot
2018-07-05
Alvaro Herrera
logical decoding: beware of an unset specinsert change
commit
|
commitdiff
|
tree
|
snapshot
2018-07-05
Peter Eisentraut
doc: Fix typos
commit
|
commitdiff
|
tree
|
snapshot
2018-07-05
Alvaro Herrera
Reduce cost of test_decoding's new oldest_xmin test
commit
|
commitdiff
|
tree
|
snapshot
2018-07-05
Michael Paquier
Prevent references to invalid relation pages after...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-05
Andres Freund
Use context with correct lifetime in hypothetical_dense...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-04
Andres Freund
Check for interrupts inside the nbtree page deletion...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-04
Fujii Masao
Improve the performance of relation deletes during...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-04
Michael Paquier
Remove dead code for temporary relations in partition...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-03
Peter Eisentraut
Correct comment
commit
|
commitdiff
|
tree
|
snapshot
2018-07-01
Peter Eisentraut
Fix libpq example programs
commit
|
commitdiff
|
tree
|
snapshot
2018-06-30
Andrew Dunstan
perltidy run prior to branching
commit
|
commitdiff
|
tree
|
snapshot
2018-06-30
Andrew Dunstan
pgindent run prior to branching
commit
|
commitdiff
|
tree
|
snapshot
2018-06-30
Andrew Dunstan
Update typedefs list
commit
|
commitdiff
|
tree
|
snapshot
2018-06-29
Peter Eisentraut
Documentation spell checking and markup improvements
commit
|
commitdiff
|
tree
|
snapshot
2018-06-29
Peter Eisentraut
doc: Replace non-ASCII lines in psql example output
commit
|
commitdiff
|
tree
|
snapshot
2018-06-29
Alvaro Herrera
psql: show cloned triggers in partitions
commit
|
commitdiff
|
tree
|
snapshot
2018-06-29
Alvaro Herrera
Fix crash when ALTER TABLE recreates indexes on partitions
commit
|
commitdiff
|
tree
|
snapshot
2018-06-29
Michael Paquier
Replace search.cpan.org with metacpan.org
commit
|
commitdiff
|
tree
|
snapshot
2018-06-29
Michael Paquier
Make capitalization of term "OpenSSL" more consistent
commit
|
commitdiff
|
tree
|
snapshot
2018-06-27
Alvaro Herrera
Fix typo in comment
commit
|
commitdiff
|
tree
|
snapshot
2018-06-27
Amit Kapila
Fix thinko in comments.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-27
Andres Freund
Change pqformat.h's integer handling functions to take...
commit
|
commitdiff
|
tree
|
snapshot
2018-06-27
Andres Freund
Remove duplicated return statement from llvmjit code.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-27
Peter Eisentraut
Fix whitespace
commit
|
commitdiff
|
tree
|
snapshot
2018-06-27
Peter Eisentraut
doc: Improve wording and fix whitespace
commit
|
commitdiff
|
tree
|
snapshot
2018-06-27
Peter Eisentraut
doc: Document some nuances of logical replication of...
commit
|
commitdiff
|
tree
|
snapshot
2018-06-27
Amit Kapila
Cosmetic improvements for faster column addition.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-26
Alvaro Herrera
Fix "base" snapshot handling in logical decoding
commit
|
commitdiff
|
tree
|
snapshot
2018-06-26
Alexander Korotkov
Fix upper limit for vacuum_cleanup_index_scale_factor
commit
|
commitdiff
|
tree
|
snapshot
2018-06-26
Bruce Momjian
|--- gitweb/email subject limit -----------------|...
commit
|
commitdiff
|
tree
|
snapshot
2018-06-26
Peter Geoghegan
Correct a comment on logtape.c's leader tape.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-26
Peter Geoghegan
Remove obsolete comment block in nbtsort.c.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-26
Alvaro Herrera
Enable failure to rename a partitioned index
commit
|
commitdiff
|
tree
|
snapshot
2018-06-26
Fujii Masao
Fix documentation bug related to backup history file.
commit
|
commitdiff
|
tree
|
snapshot
2018-06-26
Alvaro Herrera
Allow direct lookups of AppendRelInfo by child relid
commit
|
commitdiff
|
tree
|
snapshot
2018-06-26
Alexander Korotkov
Increase upper limit for vacuum_cleanup_index_scale_factor
commit
|
commitdiff
|
tree
|
snapshot
2018-06-26
Peter Eisentraut
Reword SPI_ERROR_TRANSACTION errors in PL/pgSQL
commit
|
commitdiff
|
tree
|
snapshot
2018-06-26
Thomas Munro
Move RecoveryLockList into a hash table.
commit
|
commitdiff
|
tree
|
snapshot
next