index
:
users/heikki/postgres.git
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
arm64-crc
armv8-crc
csn
csn2
csn5
freeze-by-xid-lsn-ranges
getsnapshotdata-with-commitseqno
master
page_image_logging
pg_rewind
saslprep
scram-leftovers
scram-protocol-docs
scram-random
seqam
sort-balanced-merge-pause
sort-balanced-merge3
ssl-reneg
ssl-reneg-94
walformat5
win32-is-service
win32-is-service-v5
win32-is-service-v7
xloginsert-refactor3
Heikki's random PostgreSQL patches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-11-10
Make XLogRecGetBlockTag return false if no block ref found
walformat5
Heikki Linnakangas
2014-11-10
Use block_id as index into registered_buffers array
Heikki Linnakangas
2014-11-10
Fixes, per Andres' mail
Heikki Linnakangas
2014-11-10
Clean up RestoreBackupBlock() and -Contents().
Heikki Linnakangas
2014-11-10
Add assertion for duplicate buffer registrations.
Heikki Linnakangas
2014-11-10
Add XLR_SPECIAL_REL_UPDATES flag
Heikki Linnakangas
2014-11-10
Minor changes.
Heikki Linnakangas
2014-11-10
Move CRC calculation to XLogInsert(), for speed.
Heikki Linnakangas
2014-11-10
Change the way WAL records are constructed.
Heikki Linnakangas
2014-11-10
Further code and wording tweaks in BRIN
Alvaro Herrera
2014-11-10
Fix compiler warning for non-assert builds.
Kevin Grittner
2014-11-10
Tab complete second argument to \c with role names.
Robert Haas
2014-11-10
C comment: mention 1500-02-29 as an invalid date
Bruce Momjian
2014-11-08
Fix some coding issues in BRIN
Alvaro Herrera
2014-11-08
pg_basebackup: Adjust tests for long file name issues
Peter Eisentraut
2014-11-08
doc: Update pg_receivexlog note
Peter Eisentraut
2014-11-07
Introduce custom path and scan providers.
Robert Haas
2014-11-07
Fix building with WAL_DEBUG.
Heikki Linnakangas
2014-11-07
Use the sortsupport infrastructure in more cases.
Robert Haas
2014-11-07
Update pg_xlogdump's .gitignore for brindesc.c.
Robert Haas
2014-11-07
Fix serial schedule
Alvaro Herrera
2014-11-07
BRIN: Block Range Indexes
Alvaro Herrera
2014-11-07
Fix generation of SP-GiST vacuum WAL records.
Heikki Linnakangas
2014-11-07
Remove obsolete cases from GiST update redo code.
Heikki Linnakangas
2014-11-07
Cope with more than 64K phrases in a thesaurus dictionary.
Tom Lane
2014-11-06
Fix normalization of numeric values in JSONB GIN indexes.
Tom Lane
2014-11-06
Prevent the unnecessary creation of .ready file for the timeline history file.
Fujii Masao
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-06
C comment: mention why the Gregorian calendar is used pre-1582
Bruce Momjian
2014-11-06
Remove the last vestige of server-side autocommit.
Tom Lane
2014-11-05
Fix thinko in commit 2bd9e412f92bc6a68f3e8bcb18e04955cc35001d.
Robert Haas
2014-11-05
Make CREATE TYPE print warnings if a datatype's I/O functions are volatile.
Tom Lane
2014-11-05
Fix volatility markings of some contrib I/O functions.
Tom Lane
2014-11-04
doc: Move misplaced paragraph
Peter Eisentraut
2014-11-04
Drop no-longer-needed buffers during ALTER DATABASE SET TABLESPACE.
Tom Lane
2014-11-04
Switch to CRC-32C in WAL and other places.
Heikki Linnakangas
2014-11-04
Remove support for 64-bit CRC.
Heikki Linnakangas
2014-11-03
pqmq.h needs to include something that defines StringInfo.
Robert Haas
2014-11-03
Docs: fix incorrect spelling of contrib/pgcrypto option.
Tom Lane
2014-11-03
Remove dead-since-introduction pgcrypto code.
Noah Misch
2014-11-03
Clarify .def file comments.
Noah Misch
2014-11-03
Re-remove dependency on the DLL of pythonxx.def file.
Noah Misch
2014-11-03
Make ECPG test programs depend on "ecpg$(X)", not "ecpg".
Noah Misch
2014-11-03
Fix win32setlocale.c const-related warnings.
Noah Misch
2014-11-03
Fix generation of INSTALL file by removing link
Peter Eisentraut
2014-11-02
Add configure --enable-tap-tests option
Peter Eisentraut
2014-11-01
PL/Python: Fix example
Peter Eisentraut
2014-10-31
Support frontend-backend protocol communication using a shm_mq.
Robert Haas
[next]