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
Age
Commit message (
Expand
)
Author
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-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
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-02
Add configure --enable-tap-tests option
Peter Eisentraut
2014-10-31
Support frontend-backend protocol communication using a shm_mq.
Robert Haas
2014-10-30
Extend dsm API with a new function dsm_unpin_mapping.
Robert Haas
2014-10-30
Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats.
Tom Lane
2014-10-30
"Pin", rather than "keep", dynamic shared memory mappings and segments.
Robert Haas
2014-10-29
Remove use of TAP subtests
Peter Eisentraut
2014-10-29
Avoid corrupting tables when ANALYZE inside a transaction is rolled back.
Tom Lane
2014-10-29
Avoid setup work for invalidation messages at start-of-(sub)xact.
Robert Haas
2014-10-29
Reset error message at PQreset()
Heikki Linnakangas
2014-10-28
Remove obsolete commentary.
Tom Lane
2014-10-28
Remove unnecessary assignment.
Heikki Linnakangas
2014-10-27
MinGW: Include .dll extension in .def file LIBRARY commands.
Noah Misch
2014-10-27
Fix two bugs in tsquery @> operator.
Heikki Linnakangas
2014-10-27
Add variable names to two LWLock C prototypes
Bruce Momjian
2014-10-27
Avoid unportable strftime() behavior in pg_dump/pg_dumpall.
Tom Lane
2014-10-26
Fix undersized result buffer in pset_quoted_string().
Tom Lane
2014-10-26
Improve planning of btree index scans using ScalarArrayOpExpr quals.
Tom Lane
2014-10-26
Fix TAP tests with Perl 5.12
Peter Eisentraut
2014-10-26
Fix TAP tests with Perl 5.8
Peter Eisentraut
2014-10-25
Add native compiler and memory barriers for solaris studio.
Andres Freund
2014-10-24
Work around Windows locale name with non-ASCII character.
Heikki Linnakangas
2014-10-24
Forgot #include "pg_getopt.h", now that pg_controldata uses getopt.
Heikki Linnakangas
2014-10-24
Complain if too many options are passed to pg_controldata or pg_resetxlog.
Heikki Linnakangas
2014-10-24
Oops, the commit accept pg_controldata -D datadir missed code changes.
Heikki Linnakangas
2014-10-24
Fix off-by-one error in 2781b4bea7db357be59f9a5fd73ca1eb12ff5a79.
Robert Haas
2014-10-24
psql: complain if pg_dump custom-format is detected
Alvaro Herrera
2014-10-23
Update README.tuplock
Alvaro Herrera
2014-10-23
In type_sanity, check I/O functions of built-in types are not volatile.
Tom Lane
2014-10-23
Improve ispell dictionary's defenses against bad affix files.
Tom Lane
2014-10-23
Perform less setup work for AFTER triggers at transaction start.
Robert Haas
2014-10-23
Remove the unused argument of PSQLexec().
Fujii Masao
2014-10-23
Add a function to get the authenticated user ID.
Robert Haas
2014-10-23
Prevent the already-archived WAL file from being archived again.
Fujii Masao
2014-10-23
Minimize calls of pg_class_aclcheck to minimum necessary
Peter Eisentraut
2014-10-23
Add tests for sequence privileges
Peter Eisentraut
2014-10-22
Ensure libpq reports a suitable error message on unexpected socket EOF.
Tom Lane
[next]