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
*
Fix a few more misc typos in comments.
Heikki Linnakangas
2014-04-10
*
Add an in-core GiST index opclass for inet/cidr types.
Tom Lane
2014-04-08
*
Get rid of the dynamic shared memory state file.
Robert Haas
2014-04-08
*
Add new to_reg* functions for error-free OID lookups.
Robert Haas
2014-04-08
*
Reduce lock levels of some ALTER TABLE cmds
Simon Riggs
2014-04-06
*
Make sure -D is an absolute path when starting server on Windows.
Tom Lane
2014-04-04
*
Fix some compiler warnings that clang emits with -pedantic.
Robert Haas
2014-04-04
*
Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.
Tom Lane
2014-04-03
*
Avoid palloc in critical section in GiST WAL-logging.
Heikki Linnakangas
2014-04-03
*
Fix assorted issues in client host name lookup.
Tom Lane
2014-04-02
*
De-anonymize the union in JsonbValue.
Tom Lane
2014-04-02
*
Move SizeOfHeapNewCid next to xl_heap_new_cid struct.
Heikki Linnakangas
2014-04-01
*
Rewrite the way GIN posting lists are packed on a page, to reduce WAL volume.
Heikki Linnakangas
2014-03-31
*
Rename GinLogicValue to GinTernaryValue.
Heikki Linnakangas
2014-03-31
*
Cleanup around json_to_record/json_to_recordset
Andrew Dunstan
2014-03-26
*
Change ginMergeItemPointers to return a palloc'd array.
Heikki Linnakangas
2014-03-24
*
Introduce jsonb, a structured format for storing json.
Andrew Dunstan
2014-03-23
*
Offer triggers on foreign tables.
Noah Misch
2014-03-23
*
Fix thinkos in GinLogicValue enum.
Heikki Linnakangas
2014-03-21
*
Replace the XLogInsert slots with regular LWLocks.
Heikki Linnakangas
2014-03-21
*
Setup error context callback for transaction lock waits
Alvaro Herrera
2014-03-19
*
Remove rm_safe_restartpoint machinery.
Heikki Linnakangas
2014-03-18
*
Make the handling of interrupted B-tree page splits more robust.
Heikki Linnakangas
2014-03-18
*
Improve shm_mq portability around MAXIMUM_ALIGNOF and sizeof(Size).
Robert Haas
2014-03-18
*
Make it easy to detach completely from shared memory.
Robert Haas
2014-03-18
*
Fix small typo in comment
Magnus Hagander
2014-03-17
*
Cleanups from the remove-native-krb5 patch
Magnus Hagander
2014-03-16
*
Fix race condition in B-tree page deletion.
Heikki Linnakangas
2014-03-14
*
Only WAL-log the modified portion in an UPDATE, if possible.
Heikki Linnakangas
2014-03-12
*
Show PIDs of lock holders and waiters in log_lock_waits log message.
Fujii Masao
2014-03-13
*
Allow opclasses to provide tri-valued GIN consistent functions.
Heikki Linnakangas
2014-03-12
*
Allow dynamic shared memory segments to be kept until shutdown.
Robert Haas
2014-03-10
*
Allow logical decoding via the walsender interface.
Robert Haas
2014-03-10
*
Teach on_exit_reset() to discard pending cleanups for dsm.
Robert Haas
2014-03-10
*
C comments: improve description of relfilenode uniqueness
Bruce Momjian
2014-03-08
*
Remove unportable use of anonymous unions from reorderbuffer.h.
Tom Lane
2014-03-07
*
Fix dangling smgr_owner pointer when a fake relcache entry is freed.
Heikki Linnakangas
2014-03-07
*
Avoid getting more than AccessShareLock when deparsing a query.
Tom Lane
2014-03-06
*
C comment update: relfilenode is only unique with a tablespace
Bruce Momjian
2014-03-05
*
Add comment that ec_relids excludes "child" EquivalenceClass members.
Tom Lane
2014-03-05
*
Constructors for interval, timestamp, timestamptz
Alvaro Herrera
2014-03-04
*
Minor corrections to logical decoding patch.
Robert Haas
2014-03-04
*
Introduce logical decoding.
Robert Haas
2014-03-03
*
Rename huge_tlb_pages to huge_pages, and improve docs.
Heikki Linnakangas
2014-03-03
*
Bump catversion.
Robert Haas
2014-03-03
*
Corrections to replication slots code and documentation.
Robert Haas
2014-03-03
*
Define LSNOID in pg_type.h.
Robert Haas
2014-03-03
*
Allow regex operations to be terminated early by query cancel requests.
Tom Lane
2014-03-01
*
Allow BASE_BACKUP to be throttled
Alvaro Herrera
2014-02-27
*
Show xid and xmin in pg_stat_activity and pg_stat_replication.
Robert Haas
2014-02-25
[next]