index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Commit message (
Expand
)
Author
Age
*
If a range-partitioned table has no default partition, reject null keys.
Robert Haas
2017-11-28
*
Add null test to partition constraint for default range partitions.
Robert Haas
2017-11-28
*
Mark some more functions as pg_attribute_noreturn().
Tom Lane
2017-11-27
*
Repair failure with SubPlans in multi-row VALUES lists.
Tom Lane
2017-11-25
*
Fix unstable regression test added by commits 59b71c6fe et al.
Tom Lane
2017-11-24
*
Fix handling of NULLs returned by aggregate combine functions.
Andres Freund
2017-11-23
*
Build src/test/isolation during "make" and "make install".
Noah Misch
2017-11-22
*
Sort default partition to bottom of psql \d+
Simon Riggs
2017-11-23
*
Show partition info from psql \d+
Simon Riggs
2017-11-23
*
Fix multiple problems with satisfies_hash_partition.
Robert Haas
2017-11-21
*
Reduce test variability for toast_tuple_target test
Simon Riggs
2017-11-20
*
Parameter toast_tuple_target controls TOAST for new rows
Simon Riggs
2017-11-20
*
Fix quoted-substring handling in format parsing for to_char/to_number/etc.
Tom Lane
2017-11-18
*
Support channel binding 'tls-unique' in SCRAM
Peter Eisentraut
2017-11-18
*
Prevent to_number() from losing data when template doesn't match exactly.
Tom Lane
2017-11-17
*
Set proargmodes for satisfies_hash_partition.
Robert Haas
2017-11-17
*
Remove redundant line from Makefile.
Robert Haas
2017-11-16
*
Pass InitPlan values to workers via Gather (Merge).
Robert Haas
2017-11-16
*
Back out the session_start and session_end hooks feature.
Andrew Dunstan
2017-11-16
*
Refactor routine to test connection to SSL server
Peter Eisentraut
2017-11-16
*
Disable installcheck tests for test_session_hooks
Andrew Dunstan
2017-11-15
*
Disable test_session_hooks test module until buildfarm issues are sorted out
Andrew Dunstan
2017-11-15
*
Add hooks for session start and session end
Andrew Dunstan
2017-11-15
*
Add parallel_leader_participation GUC.
Robert Haas
2017-11-15
*
Prevent int128 from requiring more than MAXALIGN alignment.
Tom Lane
2017-11-14
*
Push target list evaluation through Gather Merge.
Robert Haas
2017-11-13
*
Fix previous commit's test, for non-UTF8 databases with non-XML builds.
Noah Misch
2017-11-11
*
Ignore XML declaration in xpath_internal(), for UTF8 databases.
Noah Misch
2017-11-11
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Add hash partitioning.
Robert Haas
2017-11-09
*
Restrict lo_import()/lo_export() via SQL permissions not hard-wired checks.
Tom Lane
2017-11-09
*
Add tests for json{b}_populate_recordset() crash case.
Tom Lane
2017-11-06
*
Always require SELECT permission for ON CONFLICT DO UPDATE.
Dean Rasheed
2017-11-06
*
Add a temp-install prerequisite to "check"-like targets not having one.
Noah Misch
2017-11-05
*
Don't reset additional columns on subscriber to NULL on UPDATE
Peter Eisentraut
2017-11-03
*
Remove wal_keep_segments from default configuration in PostgresNode.pm
Peter Eisentraut
2017-11-02
*
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-11-02
*
Allow bitmap scans to operate as index-only scans when possible.
Tom Lane
2017-11-01
*
Fix ALTER TABLE code to update domain constraints when needed.
Tom Lane
2017-11-01
*
Fix code related to partitioning schemes for dropped columns.
Robert Haas
2017-10-31
*
Add sanity check for pg_proc.provariadic
Robert Haas
2017-10-31
*
Fix problems with the "role" GUC and parallel query.
Robert Haas
2017-10-29
*
Fix crash when columns have been added to the end of a view.
Tom Lane
2017-10-27
*
Allow parallel query for prepared statements with generic plans.
Robert Haas
2017-10-27
*
Rethink the dependencies recorded for FieldSelect/FieldStore nodes.
Tom Lane
2017-10-27
*
Support domains over composite types.
Tom Lane
2017-10-26
*
Make setrefs.c match by ressortgroupref even for plain Vars.
Tom Lane
2017-10-26
*
Process variadic arguments consistently in json functions
Andrew Dunstan
2017-10-25
*
In the planner, delete joinaliasvars lists after we're done with them.
Tom Lane
2017-10-24
*
Fix typcache's failure to treat ranges as container types.
Tom Lane
2017-10-20
[next]