index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-07-26
Provide plpgsql tests for cases involving record field changes.
Tom Lane
2018-07-26
Avoid crash in eval_const_expressions if a Param's type changes.
Tom Lane
2018-07-25
LLVMJIT: Release JIT context after running ExprContext shutdown callbacks.
Andres Freund
2018-07-25
LLVMJIT: Check for 'noinline' attribute in recursively inlined functions.
Andres Freund
2018-07-24
Add strict_multi_assignment and too_many_rows plpgsql checks
Tomas Vondra
2018-07-24
Pad semaphores to avoid false sharing.
Thomas Munro
2018-07-24
Defend against some potential spurious compiler warnings in 86eaf208e.
Andres Freund
2018-07-24
psql: Add option for procedures to \df
Peter Eisentraut
2018-07-24
Refactor cluster_rel() to handle more options
Michael Paquier
2018-07-24
Fix calculation for WAL segment recycling and removal
Michael Paquier
2018-07-24
Use setproctitle_fast() to update the ps status, if available.
Thomas Munro
2018-07-23
pgbench: Remove duplicate entries from table of builtin functions.
Robert Haas
2018-07-23
LLVMJIT: Adapt to API changes in gdb and perf support.
Andres Freund
2018-07-23
LLVMJIT: Fix LLVM build for LLVM > 7.
Andres Freund
2018-07-23
Reset context at the tail end of JITed EEOP_AGG_PLAIN_TRANS.
Andres Freund
2018-07-23
Mop-up for 3522d0eaba5, which missed some alternative output files.
Andres Freund
2018-07-23
Add proper errcodes to new error messages for read() failures
Michael Paquier
2018-07-23
Make more consistent some error messages for file-related operations
Michael Paquier
2018-07-23
Fix JITed EEOP_AGG_INIT_TRANS, which missed some state.
Andres Freund
2018-07-22
Hand code string to integer conversion for performance.
Andres Freund
2018-07-22
Deduplicate "invalid input syntax" messages for various types.
Andres Freund
2018-07-21
Further portability hacking in pg_upgrade's test script.
Tom Lane
2018-07-21
Be more paranoid about quoting in pg_upgrade's test script.
Tom Lane
2018-07-20
Avoid unportable shell syntax in pg_upgrade's test script.
Tom Lane
2018-07-20
Guard against rare RAND_bytes() failures in pg_strong_random().
Dean Rasheed
2018-07-20
Bump catalog version for recent toast table additions
Michael Paquier
2018-07-19
Add toast tables to most system catalogs
Michael Paquier
2018-07-19
Remove undocumented restriction against duplicate partition key columns.
Tom Lane
2018-07-19
Improve psql's \d command to show whether index columns are key columns.
Tom Lane
2018-07-19
Fix pg_get_indexdef()'s behavior for included index columns.
Tom Lane
2018-07-19
Rewrite comments in replication slot advance implementation
Alvaro Herrera
2018-07-19
Fix handling of empty uncompressed posting list pages in GIN
Alexander Korotkov
2018-07-19
Fix error message when a hostaddr cannot be parsed.
Heikki Linnakangas
2018-07-19
Rephrase a few comments for clarity.
Heikki Linnakangas
2018-07-19
Fix comment.
Heikki Linnakangas
2018-07-19
Expand run-time partition pruning to work with MergeAppend
Heikki Linnakangas
2018-07-19
Fix print of Path nodes when using OPTIMIZER_DEBUG
Michael Paquier
2018-07-19
Fix re-parameterize of MergeAppendPath
Michael Paquier
2018-07-18
Remove race-prone hot_standby_feedback test cases in 001_stream_rep.pl.
Tom Lane
2018-07-18
Drop the rule against included index columns duplicating key columns.
Tom Lane
2018-07-18
Use a ResourceOwner to track buffer pins in all cases.
Tom Lane
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
Fix more portability issues with casts to Size when using off_t
Michael Paquier
2018-07-18
Fix casting in error message for two-phase file
Michael Paquier
2018-07-17
Rework error messages around file handling
Michael Paquier
2018-07-17
Revise BuildIndexValueDescription to simplify it
Alvaro Herrera
2018-07-17
Fix ALTER TABLE...SET STATS error message for included columns
Alvaro Herrera
2018-07-16
Fix partition pruning with IS [NOT] NULL clauses
Alvaro Herrera
2018-07-16
Add subtransaction handling for table synchronization workers.
Robert Haas
2018-07-16
Add plan_cache_mode setting
Peter Eisentraut
[next]