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
/
include
Age
Commit message (
Expand
)
Author
2016-12-13
Clean up code, comments, and formatting for table partitioning.
Robert Haas
2016-12-12
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-08
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-07
Implement table partitioning.
Robert Haas
2016-12-06
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-02
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-02
Use latch instead of select() in walreceiver
Peter Eisentraut
2016-12-01
User narrower representative tuples in the hash-agg hashtable.
Andres Freund
2016-12-01
Perform one only projection to compute agg arguments.
Andres Freund
2016-11-30
Improve hash index bucket split behavior.
Robert Haas
2016-11-29
Add uuid to the set of types supported by contrib/btree_gist.
Tom Lane
2016-11-26
Mark IsPostmasterEnvironment and IsBackgroundWorker as PGDLLIMPORT.
Robert Haas
2016-11-25
Bring some clarity to the defaults for the xxx_flush_after parameters.
Tom Lane
2016-11-23
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-18
Add pg_sequences view
Peter Eisentraut
2016-11-15
Reserve zero as an invalid DSM handle.
Robert Haas
2016-11-15
Account for catalog snapshot in PGXACT->xmin updates.
Tom Lane
2016-11-10
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-08
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-07
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-05
Remove duplicate macro definition.
Tom Lane
2016-11-05
pgwin32_is_junction's argument should be "const char *" not "char *".
Tom Lane
2016-11-04
Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.
Tom Lane
2016-11-04
Implement syntax for transition tables in AFTER triggers.
Kevin Grittner
2016-11-04
Add API to check if an existing exclusive lock allows cleanup.
Robert Haas
2016-10-31
Remove declarations for pq_putmessage_hook and pq_flush_hook.
Robert Haas
2016-10-27
Avoid using a C++ keyword in header file
Peter Eisentraut
[next]