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
2015-01-08
Fix logging of pages skipped due to pins during vacuum.
Andres Freund
2015-01-08
Reject ANALYZE commands during VACUUM FULL or another ANALYZE.
Noah Misch
2015-01-06
Update copyright for 2015
Bruce Momjian
2015-01-04
Add error handling for failing fstat() calls in copy.c.
Andres Freund
2014-12-30
pg_event_trigger_dropped_objects: Add name/args output columns
Alvaro Herrera
2014-12-30
Use TypeName to represent type names in certain commands
Alvaro Herrera
2014-12-23
Revert "Use a bitmask to represent role attributes"
Alvaro Herrera
2014-12-23
Add SQL-callable pg_get_object_address
Alvaro Herrera
2014-12-23
Use a bitmask to represent role attributes
Alvaro Herrera
2014-12-23
get_object_address: separate domain constraints from table constraints
Alvaro Herrera
2014-12-19
pg_event_trigger_dropped_objects: add behavior flags
Alvaro Herrera
2014-12-18
Use %u to print out BlockNumber variables
Alvaro Herrera
2014-12-18
Have VACUUM log number of skipped pages due to pins
Alvaro Herrera
2014-12-18
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-18
Remove odd blank line in comment.
Fujii Masao
2014-12-17
Allow CHECK constraints to be placed on foreign tables.
Tom Lane
2014-12-13
Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEW
Andrew Dunstan
2014-12-11
Further changes to REINDEX SCHEMA
Simon Riggs
2014-12-09
Silence REINDEX
Simon Riggs
2014-12-08
REINDEX SCHEMA
Simon Riggs
2014-12-07
Event Trigger for table_rewrite
Simon Riggs
2014-12-03
Keep track of transaction commit timestamps
Alvaro Herrera
2014-11-27
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-24
Add infrastructure to save and restore GUC values.
Robert Haas
2014-11-20
Add missing case for CustomScan.
Tom Lane
2014-11-20
Revamp the WAL record format.
Heikki Linnakangas
2014-11-17
Fix relpersistence setting in reindex_index
Alvaro Herrera
2014-11-15
Emit msg re skipping ANALYZE for absent inh tree
Simon Riggs
2014-11-15
Get rid of SET LOGGED indexes persistence kludge
Alvaro Herrera
2014-11-14
Clean up includes from RLS patch
Stephen Frost
2014-11-14
Move BufferGetBlockNumber() out of heap_page_is_all_visible()'s inner loop.
Andres Freund
2014-11-12
Use just one database connection in the "tablespace" test.
Noah Misch
2014-11-10
Fix potential NULL-pointer dereference.
Robert Haas
2014-11-07
Introduce custom path and scan providers.
Robert Haas
2014-11-06
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
Fix typo in comment.
Fujii Masao
2014-11-06
Implement IF NOT EXIST for CREATE INDEX.
Fujii Masao
2014-11-05
Make CREATE TYPE print warnings if a datatype's I/O functions are volatile.
Tom Lane
2014-11-04
Drop no-longer-needed buffers during ALTER DATABASE SET TABLESPACE.
Tom Lane
2014-10-30
Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats.
Tom Lane
2014-10-29
Avoid corrupting tables when ANALYZE inside a transaction is rolled back.
Tom Lane
2014-10-24
Fix off-by-one error in 2781b4bea7db357be59f9a5fd73ca1eb12ff5a79.
Robert Haas
2014-10-23
Perform less setup work for AFTER triggers at transaction start.
Robert Haas
2014-10-23
Minimize calls of pg_class_aclcheck to minimum necessary
Peter Eisentraut
2014-10-20
Flush unlogged table's buffers when copying or moving databases.
Andres Freund
2014-10-18
Shorten warning about hash creation
Bruce Momjian
2014-10-15
Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN.
Tom Lane
2014-10-13
Increase number of hash join buckets for underestimate.
Kevin Grittner
2014-10-12
Message improvements
Peter Eisentraut
2014-10-08
Split builtins.h to a new header ruleutils.h
Alvaro Herrera
[next]