index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Improve documentation around TS_execute().
Tom Lane
2016-12-16
*
Simplify LWLock tranche machinery by removing array_base/array_stride.
Robert Haas
2016-12-16
*
Unbreak Finalize HashAggregate over Partial HashAggregate.
Robert Haas
2016-12-16
*
Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().
Robert Haas
2016-12-16
*
Clean up code, comments, and formatting for table partitioning.
Robert Haas
2016-12-13
*
Remove should_free arguments to tuplesort routines.
Robert Haas
2016-12-12
*
Catversion bump for temporary replication slots.
Tom Lane
2016-12-12
*
Make the different Unix-y semaphore implementations ABI-compatible.
Tom Lane
2016-12-12
*
Add support for temporary replication slots
Peter Eisentraut
2016-12-12
*
Refactor the code for verifying user's password.
Heikki Linnakangas
2016-12-12
*
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
2016-12-08
*
Clean up password authentication code a bit.
Heikki Linnakangas
2016-12-08
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Bump catversion for restrictive RLS changes
Stephen Frost
2016-12-06
*
Remove extraneous semicolon from uses of relptr_declare().
Tom Lane
2016-12-05
*
Add support for restrictive RLS policies
Stephen Frost
2016-12-05
*
Fix more DSA problems uncovered by the buildfarm.
Robert Haas
2016-12-05
*
Try to fix some DSA-related compiler warnings.
Robert Haas
2016-12-05
*
Replace PostmasterRandom() with a stronger source, second attempt.
Heikki Linnakangas
2016-12-05
*
Fix thinko in b3427dade14cc31eb48740bc9ea98b5954470b24.
Robert Haas
2016-12-02
*
Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits.
Tom Lane
2016-12-02
*
Introduce dynamic shared memory areas.
Robert Haas
2016-12-02
*
Management of free memory pages.
Robert Haas
2016-12-02
*
Add a crude facility for dealing with relative pointers.
Robert Haas
2016-12-02
*
Add max_parallel_workers GUC.
Robert Haas
2016-12-02
*
Fix Windows build for 78c8c814390f
Alvaro Herrera
2016-12-02
*
Permit dump/reload of not-too-large >1GB tuples
Alvaro Herrera
2016-12-02
*
Refactor libpqwalreceiver
Peter Eisentraut
2016-12-01
*
Use latch instead of select() in walreceiver
Peter Eisentraut
2016-12-01
*
User narrower representative tuples in the hash-agg hashtable.
Andres Freund
2016-11-30
*
Perform one only projection to compute agg arguments.
Andres Freund
2016-11-30
*
Improve hash index bucket split behavior.
Robert Haas
2016-11-30
*
Add uuid to the set of types supported by contrib/btree_gist.
Tom Lane
2016-11-29
*
Mark IsPostmasterEnvironment and IsBackgroundWorker as PGDLLIMPORT.
Robert Haas
2016-11-26
*
Bring some clarity to the defaults for the xxx_flush_after parameters.
Tom Lane
2016-11-25
*
Remove barrier.h
Robert Haas
2016-11-22
*
Improve handling of "UPDATE ... SET (column_list) = row_constructor".
Tom Lane
2016-11-22
*
Support condition variables.
Robert Haas
2016-11-22
*
Add pg_sequences view
Peter Eisentraut
2016-11-18
*
Reserve zero as an invalid DSM handle.
Robert Haas
2016-11-15
*
Account for catalog snapshot in PGXACT->xmin updates.
Tom Lane
2016-11-15
*
Cleanup of rewriter and planner handling of Query.hasRowSecurity flag.
Tom Lane
2016-11-10
*
Re-allow user_catalog_table option for materialized views.
Tom Lane
2016-11-10
*
Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.
Tom Lane
2016-11-08
*
Replace uses of SPI_modifytuple that intend to allocate in current context.
Tom Lane
2016-11-08
*
Band-aid fix for incorrect use of view options as StdRdOptions.
Tom Lane
2016-11-07
*
Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 mac...
Tom Lane
2016-11-07
*
Remove duplicate macro definition.
Tom Lane
2016-11-05
*
pgwin32_is_junction's argument should be "const char *" not "char *".
Tom Lane
2016-11-05
*
Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.
Tom Lane
2016-11-04
[next]