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
/
backend
/
utils
Age
Commit message (
Expand
)
Author
2016-08-18
Fix deletion of speculatively inserted TOAST on conflict
Andres Freund
2016-08-17
Implement regexp_match(), a simplified alternative to regexp_matches().
Tom Lane
2016-08-17
Disable update_process_title by default on Windows
Magnus Hagander
2016-08-17
Improve parsetree representation of special functions such as CURRENT_DATE.
Tom Lane
2016-08-16
Suppress -Wunused-result warning for strtol().
Tom Lane
2016-08-16
Fix assorted places in psql to print version numbers >= 10 in new style.
Tom Lane
2016-08-16
Fix typos
Peter Eisentraut
2016-08-15
Stamp HEAD as 10devel.
Tom Lane
2016-08-15
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-14
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
2016-08-13
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-08
Fix several one-byte buffer over-reads in to_number
Peter Eisentraut
2016-08-08
Make format() error messages consistent again
Peter Eisentraut
2016-08-07
Fix misestimation of n_distinct for a nearly-unique column with many nulls.
Tom Lane
2016-08-07
Fix crash when pg_get_viewdef_name_ext() is passed a non-view relation.
Tom Lane
2016-08-07
Fix TOAST access failure in RETURNING queries.
Tom Lane
2016-08-07
Avoid crashing in GetOldestSnapshot() if there are no known snapshots.
Tom Lane
2016-08-05
Make array_to_tsvector() sort and de-duplicate the given strings.
Tom Lane
2016-08-05
Fix ts_delete(tsvector, text[]) to cope with duplicate array entries.
Tom Lane
2016-08-05
Re-pgindent tsvector_op.c.
Tom Lane
2016-08-03
Prevent "snapshot too old" from trying to return pruned TOAST tuples.
Robert Haas
2016-08-03
Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better.
Tom Lane
2016-08-03
Do not let PostmasterContext survive into background workers.
Tom Lane
2016-08-03
C comment: fix typo
Bruce Momjian
2016-08-02
Change minimum max_worker_processes from 1 to 0
Peter Eisentraut
2016-07-29
Eliminate a few more user-visible "cache lookup failed" errors.
Robert Haas
2016-07-28
Fix assorted fallout from IS [NOT] NULL patch.
Tom Lane
2016-07-26
Change various deparsing functions to return NULL for invalid input.
Robert Haas
2016-07-26
Fix typo
Peter Eisentraut
2016-07-26
Message style improvements
Peter Eisentraut
2016-07-19
Remove very-obsolete estimates of shmem usage from postgresql.conf.sample.
Tom Lane
2016-07-17
Remove obsolete comment.
Tom Lane
2016-07-16
Fix crash in close_ps() for NaN input coordinates.
Tom Lane
2016-07-15
Avoid invalidating all foreign-join cached plans when user mappings change.
Tom Lane
2016-07-15
Fix parsing NOT sequence in tsquery
Teodor Sigaev
2016-07-15
Fix nested NOT operation cleanup in tsquery.
Teodor Sigaev
2016-07-15
Adjust spellings of forms of "cancel"
Peter Eisentraut
2016-07-14
Fix GiST index build for NaN values in geometric types.
Tom Lane
2016-07-07
Properly adjust pointers when tuples are moved during CLUSTER.
Robert Haas
2016-07-07
Fix a prototype which is inconsistent with the function definition.
Robert Haas
2016-07-07
Clarify resource utilization of parallel query.
Robert Haas
2016-07-07
Fix typos
Peter Eisentraut
2016-07-06
Fix typo in comment.
Fujii Masao
2016-07-01
Be more paranoid in ruleutils.c's get_variable().
Tom Lane
2016-07-01
Fix crash bug in RestoreSnapshot.
Robert Haas
2016-06-27
Change predecence of phrase operator.
Teodor Sigaev
2016-06-27
Do not fallback to AND for FTS phrase operator.
Teodor Sigaev
2016-06-27
Make exact distance match for FTS phrase operator
Teodor Sigaev
2016-06-26
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-06-24
Fix handling of multixacts predating pg_upgrade
Alvaro Herrera
[next]