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
/
include
Age
Commit message (
Expand
)
Author
2014-08-11
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-08-07
pg_upgrade: prevent oid conflicts with new-cluster TOAST tables
Bruce Momjian
2014-08-06
Add PG_RETURN_UINT16 macro.
Robert Haas
2014-08-06
Don't require sort support functions to provide a comparator.
Robert Haas
2014-07-31
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-07-29
Avoid uselessly looking up old LOCK_ONLY multixacts
Alvaro Herrera
2014-07-29
Treat 2PC commit/abort the same as regular xacts in recovery.
Heikki Linnakangas
2014-07-17
Add option to pg_ctl to choose event source for logging
Magnus Hagander
2014-07-16
Allow join removal in some cases involving a left join to a subquery.
Tom Lane
2014-07-15
json_build_object and json_build_array are stable, not immutable.
Andrew Dunstan
2014-07-15
Detect presence of SSL_get_current_compression
Magnus Hagander
2014-07-14
Move view reloptions into their own varlena struct
Alvaro Herrera
2014-07-12
Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().
Andres Freund
2014-07-11
Fix whitespace
Peter Eisentraut
2014-07-10
Implement IMPORT FOREIGN SCHEMA.
Tom Lane
2014-07-07
Fix typos in comments.
Fujii Masao
2014-07-06
Remove swpb-based spinlock implementation for ARMv5 and earlier.
Robert Haas
2014-07-06
Fix decoding of MULTI_INSERTs when rows other than the last are toasted.
Andres Freund
2014-07-03
Redesign API presented by nodeAgg.c for ordered-set and similar aggregates.
Tom Lane
2014-07-02
Rename logical decoding's pg_llog directory to pg_logical.
Andres Freund
2014-07-01
Refactor CREATE/ALTER DATABASE syntax so options need not be keywords.
Tom Lane
2014-07-01
Remove some useless code in the configure script.
Tom Lane
2014-07-01
Avoid copying index tuples when building an index.
Robert Haas
2014-06-30
Fix and enhance the assertion of no palloc's in a critical section.
Heikki Linnakangas
2014-06-29
Remove use_json_as_text options from json_to_record/json_populate_record.
Tom Lane
2014-06-29
Add cluster_name GUC which is included in process titles if set.
Andres Freund
2014-06-28
Remove Alpha and Tru64 support.
Andres Freund
2014-06-27
Have multixact be truncated by checkpoint, not vacuum
Alvaro Herrera
2014-06-26
Get rid of bogus separate pg_proc entries for json_extract_path operators.
Tom Lane
2014-06-20
Add Asserts to verify that catalog cache keys are unique and not null.
Tom Lane
2014-06-20
Don't allow to disable backend assertions via the debug_assertions GUC.
Andres Freund
2014-06-20
Avoid leaking memory while evaluating arguments for a table function.
Tom Lane
2014-06-19
Fix calculation of PREDICATELOCK_MANAGER_LWLOCK_OFFSET.
Kevin Grittner
2014-06-19
Don't allow data_directory to be set in postgresql.auto.conf by ALTER SYSTEM.
Fujii Masao
2014-06-18
Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...
Tom Lane
2014-06-17
Revert accidental change of WAL_DEBUG default.
Heikki Linnakangas
2014-06-16
Avoid recursion when processing simple lists of AND'ed or OR'ed clauses.
Tom Lane
2014-06-14
Add mkdtemp() to libpgport.
Noah Misch
2014-06-14
Change the signature of rm_desc so that it's passed a XLogRecord.
Heikki Linnakangas
2014-06-12
Rename lo_create(oid, bytea) to lo_from_bytea().
Tom Lane
2014-06-12
Consistency improvements for slot and decoding code.
Andres Freund
2014-06-11
Stamp HEAD as 9.5devel.
Tom Lane
2014-06-09
Wrap multixact/members correctly during extension, take 2
Alvaro Herrera
2014-06-05
Add defenses against running with a wrong selection of LOBLKSIZE.
Tom Lane
2014-06-05
Consistently spell a replication slot's name as slot_name.
Andres Freund
2014-06-05
Adjust SP-GiST WAL record formats to reduce alignment padding.
Heikki Linnakangas
2014-06-05
Add btree and hash opclasses for pg_lsn.
Tom Lane
2014-06-04
Bump PG_CONTROL_VERSION for previous 9.4 changes.
Tom Lane
2014-06-04
Save pg_stat_statements statistics file into $PGDATA/pg_stat directory at shu...
Fujii Masao
2014-05-28
pg_lsn should not be marked typispreferred.
Tom Lane
[next]