index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Silence warning on new versions of clang.
Heikki Linnakangas
2014-09-02
*
Fix s/pluggins/plugins/ typo in two comments.
Andres Freund
2014-09-01
*
Again update C comments for pg_attribute.attislocal
Bruce Momjian
2014-08-30
*
Make backend local tracking of buffer pins memory efficient.
Andres Freund
2014-08-30
*
Update C comment for pg_attribute.attislocal
Bruce Momjian
2014-08-29
*
Add min and max aggregates for inet/cidr data types.
Tom Lane
2014-08-28
*
Revert "Allow units to be specified in relation option setting value."
Fujii Masao
2014-08-29
*
Allow units to be specified in relation option setting value.
Fujii Masao
2014-08-28
*
Fix FOR UPDATE NOWAIT on updated tuple chains
Alvaro Herrera
2014-08-27
*
Mark IsBinaryUpgrade as PGDLLIMPORT to fix windows builds after a7ae1dc.
Andres Freund
2014-08-26
*
Implement IF NOT EXISTS for CREATE SEQUENCE.
Heikki Linnakangas
2014-08-26
*
rename macro isTempOrToastNamespace to isTempOrTempToastNamespace
Bruce Momjian
2014-08-25
*
Have CREATE TABLE AS and REFRESH return an OID
Alvaro Herrera
2014-08-25
*
Implement ALTER TABLE .. SET LOGGED / UNLOGGED
Alvaro Herrera
2014-08-22
*
Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'
Stephen Frost
2014-08-21
*
Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints.
Heikki Linnakangas
2014-08-21
*
Fix bogus commutator/negator links for JSONB containment operators.
Tom Lane
2014-08-16
*
Remove remnants of a JENTRY_ISFIRST flag bit.
Heikki Linnakangas
2014-08-15
*
Add sortsupport routines for text.
Robert Haas
2014-08-14
*
Add some noreturn attributes based on compiler recommendations
Peter Eisentraut
2014-08-13
*
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-08-11
*
pg_upgrade: prevent oid conflicts with new-cluster TOAST tables
Bruce Momjian
2014-08-07
*
Add PG_RETURN_UINT16 macro.
Robert Haas
2014-08-06
*
Don't require sort support functions to provide a comparator.
Robert Haas
2014-08-06
*
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-07-31
*
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-29
*
Add option to pg_ctl to choose event source for logging
Magnus Hagander
2014-07-17
*
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-15
*
Move view reloptions into their own varlena struct
Alvaro Herrera
2014-07-14
*
Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().
Andres Freund
2014-07-12
*
Fix whitespace
Peter Eisentraut
2014-07-11
*
Implement IMPORT FOREIGN SCHEMA.
Tom Lane
2014-07-10
*
Fix typos in comments.
Fujii Masao
2014-07-07
*
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-06
*
Redesign API presented by nodeAgg.c for ordered-set and similar aggregates.
Tom Lane
2014-07-03
*
Rename logical decoding's pg_llog directory to pg_logical.
Andres Freund
2014-07-02
*
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-07-01
*
Fix and enhance the assertion of no palloc's in a critical section.
Heikki Linnakangas
2014-06-30
*
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-29
*
Remove Alpha and Tru64 support.
Andres Freund
2014-06-28
*
Have multixact be truncated by checkpoint, not vacuum
Alvaro Herrera
2014-06-27
*
Get rid of bogus separate pg_proc entries for json_extract_path operators.
Tom Lane
2014-06-26
*
Add Asserts to verify that catalog cache keys are unique and not null.
Tom Lane
2014-06-20
[next]