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
/
backend
/
utils
Age
Commit message (
Expand
)
Author
2014-09-19
Add a fast pre-check for equality of equal-length strings.
Robert Haas
2014-09-19
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-14
Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way.
Tom Lane
2014-09-13
Revert f68dc5d86b9f287f80f4417f5a24d876eb13771d
Bruce Momjian
2014-09-13
More formatting.c variable renaming, for clarity
Bruce Momjian
2014-09-12
Add GUC to enable logging of replication commands.
Fujii Masao
2014-09-12
Fix power_var_int() for large integer exponents.
Tom Lane
2014-09-12
Add 'ignore_nulls' option to row_to_json
Stephen Frost
2014-09-11
Silence compiler warning on Windows.
Heikki Linnakangas
2014-09-10
Implement mxid_age() to compute multi-xid age
Bruce Momjian
2014-09-09
Add width_bucket(anyelement, anyarray).
Tom Lane
2014-09-09
Allow empty content in xml type
Peter Eisentraut
2014-09-05
Rename C variables in formatting.c, for clarity
Bruce Momjian
2014-09-02
Support ALTER SYSTEM RESET command.
Fujii Masao
2014-09-01
Fix unportable use of isspace().
Tom Lane
2014-08-29
Assorted message improvements
Peter Eisentraut
2014-08-29
Add min and max aggregates for inet/cidr data types.
Tom Lane
2014-08-28
Allow escaping of option values for options passed at connection start.
Andres Freund
2014-08-28
Allow multibyte characters as escape in SIMILAR TO and SUBSTRING.
Jeff Davis
2014-08-26
Fix typo in b34e37bfefbed1bf9396dde18f308d8b96fd176c.
Robert Haas
2014-08-26
rename macro isTempOrToastNamespace to isTempOrTempToastNamespace
Bruce Momjian
2014-08-24
Fix another ancient memory-leak bug in relcache.c.
Tom Lane
2014-08-22
Fix corner-case behaviors in JSON/JSONB field extraction operators.
Tom Lane
2014-08-20
Fix core dump in jsonb #> operator, and add regression test cases.
Tom Lane
2014-08-20
Use comma+space as the separator in the default search_path.
Heikki Linnakangas
2014-08-18
Use ISO 8601 format for dates converted to JSON, too.
Tom Lane
2014-08-16
Fix bogus return macros in range_overright_internal().
Tom Lane
2014-08-14
Add sortsupport routines for text.
Robert Haas
2014-08-13
Prevent memory leaks in RelationGetIndexList, RelationGetIndexAttrBitmap.
Tom Lane
2014-08-12
Change first call of ProcessConfigFile so as to process only data_directory.
Fujii Masao
2014-08-11
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-08-09
Clean up handling of unknown-type inputs in json_build_object and friends.
Tom Lane
2014-08-09
Further cleanup of JSON-specific error messages.
Tom Lane
2014-08-06
Don't require sort support functions to provide a comparator.
Robert Haas
2014-08-06
Change ParseConfigFp() so that it doesn't process unused entry of each parame...
Fujii Masao
2014-08-05
Improve some JSON error messages.
Robert Haas
2014-07-29
Avoid uselessly looking up old LOCK_ONLY multixacts
Alvaro Herrera
2014-07-22
Allow empty string object keys in json_object().
Andrew Dunstan
2014-07-19
Partial fix for dropped columns in functions returning composite.
Tom Lane
2014-07-17
Add option to pg_ctl to choose event source for logging
Magnus Hagander
2014-07-16
Fix bugs in SP-GiST search with range type's -|- (adjacent) operator.
Heikki Linnakangas
2014-07-15
Include SSL compression status in psql banner and connection logging
Magnus Hagander
2014-07-15
Add missing serial commas
Peter Eisentraut
2014-07-14
Add file version information to most installed Windows binaries.
Noah Misch
2014-07-11
Fix whitespace
Peter Eisentraut
2014-07-09
Fix error hint style.
Robert Haas
2014-07-09
Improve error messages for bytea decoding failures.
Robert Haas
2014-07-06
Consistently pass an "unsigned char" to ctype.h functions.
Noah Misch
2014-07-03
Don't cache per-group context across the whole query in orderedsetaggs.c.
Tom Lane
2014-07-03
Redesign API presented by nodeAgg.c for ordered-set and similar aggregates.
Tom Lane
[next]