index
:
users/andresfreund/postgres.git
REL9_2_STABLE-rwlock-contention
aio
bdr
bdr-next
bgwriter-rewrite
cabal-rebasing
checkpoint-flush
clone-fd-checkpointer
commit_ts
executor-rewrite
faster-expr-2
faster-hashtable
feature/hs-cancel-subtxn
feature/hs-cleanup
feature/hs-idle-query-cancellation
feature/idle-query-cancellation
header
hs-query-cancel
insert_conflict_4
insert_on_conflict
int/fastbloat
int/grouping_sets
int/grouping_sets_2
jit
jit-01
jsonb_and_hstore
latch
llvm-12
master
move-contrib-bins-to-bin
no-work-in-signal-handlers
oidnix
pgxact-split
pluggable-storage
pluggable-zheap
pluggable_compression
replication-identifiers
rwlock-contention
rwlock-contention-clean
sane-catalog
seqam-0.2
simple_statement_perf
speedup/frontend_protocol
speedup/slab2
speedup/slab2-experimental
tmp
tmp-insert-sgml-doc-fix
tmp-multixact-truncate
tmp2
xlogreader
Andres' PG stuff
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]