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
Age
Commit message (
Expand
)
Author
2014-07-02
pg_upgrade: no need to remove "members" files for pre-9.3 upgrades
Bruce Momjian
2014-07-02
Add some errdetail to checkRuleResultList().
Tom Lane
2014-07-02
Prevent psql from issuing BEGIN before ALTER SYSTEM when AUTOCOMMIT is off.
Fujii Masao
2014-07-02
Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn.
Tom Lane
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
Improve handling of OOM score adjustment in sample Linux start script.
Tom Lane
2014-07-01
Fix inadequately-sized output buffer in contrib/unaccent.
Tom Lane
2014-07-01
Avoid copying index tuples when building an index.
Robert Haas
2014-07-01
Issue a WARNING about invalid rule file format in contrib/unaccent.
Tom Lane
2014-07-01
Allow multi-character source strings in contrib/unaccent.
Tom Lane
2014-07-01
Allow empty replacement strings in contrib/unaccent.
Tom Lane
2014-06-30
pg_upgrade: update C comments about pg_dumpall
Bruce Momjian
2014-06-30
Don't prematurely free the BufferAccessStrategy in pgstat_heap().
Noah Misch
2014-06-30
Fix typos in the cluster_name commit.
Andres Freund
2014-06-30
Check interrupts during logical decoding more frequently.
Andres Freund
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-28
Allow pushdown of WHERE quals into subqueries with window functions.
Tom Lane
2014-06-27
Have multixact be truncated by checkpoint, not vacuum
Alvaro Herrera
2014-06-27
Don't allow relminmxid to go backwards during VACUUM FULL
Alvaro Herrera
2014-06-27
Fix broken Assert() introduced by 8e9a16ab8f7f0e58
Alvaro Herrera
2014-06-27
Disallow pushing volatile qual expressions down into DISTINCT subqueries.
Tom Lane
2014-06-26
Get rid of bogus separate pg_proc entries for json_extract_path operators.
Tom Lane
2014-06-26
Forward-patch regression test for "could not find pathkey item to sort".
Tom Lane
2014-06-26
Remove obsolete example of CSV log file name from log_filename document.
Fujii Masao
2014-06-25
Rationalize error messages within jsonfuncs.c.
Tom Lane
2014-06-25
Cosmetic improvements in jsonfuncs.c.
Tom Lane
2014-06-25
Fix handling of nested JSON objects in json_populate_recordset and friends.
Tom Lane
2014-06-24
pg_upgrade: remove pg_multixact files left by initdb
Bruce Momjian
2014-06-24
Don't allow foreign tables with OIDs.
Heikki Linnakangas
2014-06-24
Check for interrupts during tuple-insertion loops.
Robert Haas
2014-06-23
Improve tab-completion of DROP and ALTER ENABLE/DISABLE on triggers and rules.
Heikki Linnakangas
2014-06-23
Fix typo in replication slot function doc.
Fujii Masao
2014-06-23
Add missing closing parenthesis into max_replication_slots doc.
Fujii Masao
2014-06-23
Fix bug in WAL_DEBUG.
Heikki Linnakangas
2014-06-21
doc: adjust JSONB GIN index description
Bruce Momjian
2014-06-21
9.4 release notes: adjust some entry wording
Bruce Momjian
2014-06-21
Fix documentation template for CREATE TRIGGER.
Kevin Grittner
2014-06-20
Add Asserts to verify that catalog cache keys are unique and not null.
Tom Lane
2014-06-20
Clean up data conversion short-lived memory context.
Joe Conway
2014-06-20
Do all-visible handling in lazy_vacuum_page() outside its critical section.
Andres Freund
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-20
Fix contrib/pg_upgrade/test.sh for $PWD containing spaces.
Noah Misch
2014-06-20
Let installcheck-world pass against a server requiring a password.
Noah Misch
2014-06-19
Document SQL functions' behavior of parsing the whole function at once.
Tom Lane
2014-06-19
Fix calculation of PREDICATELOCK_MANAGER_LWLOCK_OFFSET.
Kevin Grittner
[next]