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
/
commands
Age
Commit message (
Expand
)
Author
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-23
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-23
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-02-21
Fix whitespace
Peter Eisentraut
2017-02-21
Fix connection leak in DROP SUBSCRIPTION command.
Fujii Masao
2017-02-21
Make more use of castNode()
Peter Eisentraut
2017-02-19
Make partitions automatically inherit OIDs.
Robert Haas
2017-02-15
Add CREATE COLLATION IF NOT EXISTS clause
Peter Eisentraut
2017-02-14
Don't disallow dropping NOT NULL for a list partition key.
Robert Haas
2017-02-12
Ignore tablespace ACLs when ignoring schema ACLs.
Noah Misch
2017-02-10
Add CREATE SEQUENCE AS <data type> clause
Peter Eisentraut
2017-02-09
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-02-08
Add WAL consistency checking facility.
Robert Haas
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-02-03
Be sure to release LogicalRepLauncherLock in DROP SUBSCRIPTION command.
Fujii Masao
2017-02-01
Fix CatalogTupleInsert/Update abstraction for case of shared indstate.
Tom Lane
2017-02-01
Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().
Tom Lane
2017-02-01
Replace isMD5() with a more future-proof way to check if pw is encrypted.
Heikki Linnakangas
2017-01-31
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-30
Handle ALTER EXTENSION ADD/DROP with pg_init_privs
Stephen Frost
2017-01-27
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-27
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-25
Update copyright years in some recently added files
Peter Eisentraut
2017-01-25
Close replication connection when slot creation errors
Peter Eisentraut
2017-01-24
Reindent table partitioning code.
Robert Haas
2017-01-24
Fix interaction of partitioned tables with BulkInsertState.
Robert Haas
2017-01-23
Fix default minimum value for descending sequences
Peter Eisentraut
2017-01-23
Don't error when no system locales were found
Peter Eisentraut
2017-01-23
Prefetch blocks during lazy vacuum's truncation scan
Alvaro Herrera
2017-01-21
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
Record dependencies on owners for logical replication objects
Alvaro Herrera
2017-01-20
Logical replication
Peter Eisentraut
2017-01-19
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-19
Fix race condition in reading commit timestamps
Alvaro Herrera
2017-01-19
Fix RETURNING to work correctly with partition tuple routing.
Robert Haas
2017-01-19
Fix failure to enforce partitioning contraint for internal partitions.
Robert Haas
2017-01-18
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-18
Make messages mentioning type names more uniform
Alvaro Herrera
2017-01-18
Avoid conflicts with collation aliases generated by stripping.
Tom Lane
2017-01-18
Add function to import operating system collations
Peter Eisentraut
2017-01-17
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-14
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-13
Fix a bug in how we generate partition constraints.
Robert Haas
2017-01-09
Fix ALTER TABLE / SET TYPE for irregular inheritance
Alvaro Herrera
2017-01-07
Get rid of ParseState.p_value_substitute; use a columnref hook instead.
Tom Lane
2017-01-06
Invalidate cached plans on FDW option changes.
Tom Lane
2017-01-04
Handle OID column inheritance correctly in ALTER TABLE ... INHERIT.
Tom Lane
2017-01-04
Remove unnecessary arguments from partitioning functions.
Robert Haas
2017-01-04
Fix reporting of constraint violations for table partitioning.
Robert Haas
2017-01-04
Move partition_tuple_slot out of EState.
Robert Haas
[next]