index
:
postgresql.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
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
Age
Commit message (
Expand
)
Author
2017-10-06
Basic partition-wise join functionality.
Robert Haas
2017-10-05
Document and use SPI_result_code_string()
Peter Eisentraut
2017-10-05
Move SPI error reporting out of ri_ReportViolation()
Peter Eisentraut
2017-10-04
Replace binary search in fmgr_isbuiltin with a lookup array.
Andres Freund
2017-09-30
Support arrays over domains.
Tom Lane
2017-09-29
Add background worker type
Peter Eisentraut
2017-09-29
Remove replacement selection sort.
Robert Haas
2017-09-27
Fix behavior when converting a float infinity to numeric.
Tom Lane
2017-09-27
Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.
Tom Lane
2017-09-26
Remove heuristic same-transaction test from check_safe_enum_use().
Tom Lane
2017-09-26
Use a blacklist to distinguish original from add-on enum values.
Tom Lane
2017-09-25
Make construct_[md_]array return a valid empty array for zero-size input.
Tom Lane
2017-09-24
Allow ICU to use SortSupport on Windows with UTF-8
Peter Eisentraut
2017-09-23
Refactor new file permission handling
Peter Eisentraut
2017-09-22
Assume wcstombs(), towlower(), and sibling functions are always present.
Tom Lane
2017-09-22
Fix build with !USE_WIDE_UPPER_LOWER
Peter Eisentraut
2017-09-20
Improve dubious memory management in pg_newlocale_from_collation().
Tom Lane
2017-09-20
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-20
Remove no-op GiST support functions in the core GiST opclasses.
Tom Lane
2017-09-19
Speedup pgstat_report_activity by moving mb-aware truncation to read side.
Andres Freund
2017-09-19
Cache datatype-output-function lookup info across calls of concat().
Tom Lane
2017-09-18
Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.
Tom Lane
2017-09-17
Fix bogus size calculation introduced by commit cc5f81366.
Tom Lane
2017-09-15
Apply pg_get_serial_sequence() to identity column sequences as well
Peter Eisentraut
2017-09-15
Get rid of shared_record_typmod_registry_worker_detach; it doesn't work.
Tom Lane
2017-09-15
Don't use anonymous unions.
Tom Lane
2017-09-15
Add support for coordinating record typmods among parallel workers.
Andres Freund
2017-09-13
Distinguish selectivity of < from <= and > from >=.
Tom Lane
2017-09-12
Introduce BYTES unit for GUCs.
Andres Freund
2017-09-11
Constify numeric.c.
Andres Freund
2017-09-11
Message style fixes
Peter Eisentraut
2017-09-08
Allow a partitioned table to have a default partition.
Robert Haas
2017-09-08
Remove mention of password_encryption = plain in postgresql.conf.sample.
Tom Lane
2017-09-07
Improve performance of get_actual_variable_range with recently-dead tuples.
Tom Lane
2017-09-07
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-06
Allow SET STATISTICS on expression indexes
Simon Riggs
2017-09-06
Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.
Tom Lane
2017-09-05
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-09-01
Fix assorted carelessness about Datum vs. int64 vs. uint64
Robert Haas
2017-09-01
Try to repair poorly-considered code in previous commit.
Robert Haas
2017-09-01
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-08-29
Propagate sort instrumentation from workers back to leader.
Robert Haas
2017-08-24
Fix harmless thinko in dsa.c.
Andres Freund
2017-08-22
Refactor typcache.c's record typmod hash table.
Andres Freund
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-16
Make the planner assume that the entries in a VALUES list are distinct.
Tom Lane
2017-08-16
Fix up some misusage of appendStringInfo() and friends
Peter Eisentraut
2017-08-15
Avoid out-of-memory in a hash join with many duplicate inner keys.
Tom Lane
2017-08-15
Assorted preparatory refactoring for partition-wise join.
Robert Haas
2017-08-14
Final pgindent + perltidy run for v10.
Tom Lane
[next]