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-05-05
Fix pg_type.typlen for newly-revived line type.
Tom Lane
2014-05-05
Replace SYSTEMQUOTEs with Windows-specific wrapper functions.
Heikki Linnakangas
2014-05-01
Fix failure to detoast fields in composite elements of structured types.
Tom Lane
2014-04-30
Rationalize common/relpath.[hc].
Tom Lane
2014-04-28
Can't completely get rid of #ifndef FRONTEND in palloc.h :-(
Tom Lane
2014-04-26
Don't #include utils/palloc.h in common/fe_memutils.h.
Tom Lane
2014-04-24
Fix race when updating a tuple concurrently locked by another process
Alvaro Herrera
2014-04-24
Fix incorrect pg_proc.proallargtypes entries for two built-in functions.
Tom Lane
2014-04-23
Allow polymorphic aggregates to have non-polymorphic state data types.
Tom Lane
2014-04-23
Cleanup of new b-tree page deletion code.
Heikki Linnakangas
2014-04-23
Fix documentation of FmgrInfo.fn_nargs.
Tom Lane
2014-04-20
Fix another typo.
Robert Haas
2014-04-18
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-16
Add to_regprocedure() and to_regoperator().
Robert Haas
2014-04-14
Set pd_lower on internal GIN posting tree pages.
Heikki Linnakangas
2014-04-13
Improve some O(N^2) behavior in window function evaluation.
Tom Lane
2014-04-13
Provide moving-aggregate support for boolean aggregates.
Tom Lane
2014-04-13
Make security barrier views automatically updatable
Stephen Frost
2014-04-13
Provide moving-aggregate support for a bunch of numerical aggregates.
Tom Lane
2014-04-12
Create infrastructure for moving-aggregate optimization.
Tom Lane
2014-04-09
Fix a few more misc typos in comments.
Heikki Linnakangas
2014-04-08
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-06
Reduce lock levels of some ALTER TABLE cmds
Simon Riggs
2014-04-04
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-02
Fix assorted issues in client host name lookup.
Tom Lane
2014-04-02
De-anonymize the union in JsonbValue.
Tom Lane
2014-04-01
Move SizeOfHeapNewCid next to xl_heap_new_cid struct.
Heikki Linnakangas
2014-03-31
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-26
Cleanup around json_to_record/json_to_recordset
Andrew Dunstan
2014-03-24
Change ginMergeItemPointers to return a palloc'd array.
Heikki Linnakangas
2014-03-23
Introduce jsonb, a structured format for storing json.
Andrew Dunstan
2014-03-23
Offer triggers on foreign tables.
Noah Misch
2014-03-21
Fix thinkos in GinLogicValue enum.
Heikki Linnakangas
2014-03-21
Replace the XLogInsert slots with regular LWLocks.
Heikki Linnakangas
2014-03-19
Setup error context callback for transaction lock waits
Alvaro Herrera
2014-03-18
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-17
Fix small typo in comment
Magnus Hagander
2014-03-16
Cleanups from the remove-native-krb5 patch
Magnus Hagander
2014-03-14
Fix race condition in B-tree page deletion.
Heikki Linnakangas
2014-03-12
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
[next]