summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2014-05-05Fix pg_type.typlen for newly-revived line type.Tom Lane
2014-05-05Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas
2014-05-01Fix failure to detoast fields in composite elements of structured types.Tom Lane
2014-04-30Rationalize common/relpath.[hc].Tom Lane
2014-04-28Can't completely get rid of #ifndef FRONTEND in palloc.h :-(Tom Lane
2014-04-26Don't #include utils/palloc.h in common/fe_memutils.h.Tom Lane
2014-04-24Fix race when updating a tuple concurrently locked by another processAlvaro Herrera
2014-04-24Fix incorrect pg_proc.proallargtypes entries for two built-in functions.Tom Lane
2014-04-23Allow polymorphic aggregates to have non-polymorphic state data types.Tom Lane
2014-04-23Cleanup of new b-tree page deletion code.Heikki Linnakangas
2014-04-23Fix documentation of FmgrInfo.fn_nargs.Tom Lane
2014-04-20Fix another typo.Robert Haas
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2014-04-16Add to_regprocedure() and to_regoperator().Robert Haas
2014-04-14Set pd_lower on internal GIN posting tree pages.Heikki Linnakangas
2014-04-13Improve some O(N^2) behavior in window function evaluation.Tom Lane
2014-04-13Provide moving-aggregate support for boolean aggregates.Tom Lane
2014-04-13Make security barrier views automatically updatableStephen Frost
2014-04-13Provide moving-aggregate support for a bunch of numerical aggregates.Tom Lane
2014-04-12Create infrastructure for moving-aggregate optimization.Tom Lane
2014-04-09Fix a few more misc typos in comments.Heikki Linnakangas
2014-04-08Add an in-core GiST index opclass for inet/cidr types.Tom Lane
2014-04-08Get rid of the dynamic shared memory state file.Robert Haas
2014-04-08Add new to_reg* functions for error-free OID lookups.Robert Haas
2014-04-06Reduce lock levels of some ALTER TABLE cmdsSimon Riggs
2014-04-04Make sure -D is an absolute path when starting server on Windows.Tom Lane
2014-04-04Fix some compiler warnings that clang emits with -pedantic.Robert Haas
2014-04-04Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.Tom Lane
2014-04-03Avoid palloc in critical section in GiST WAL-logging.Heikki Linnakangas
2014-04-02Fix assorted issues in client host name lookup.Tom Lane
2014-04-02De-anonymize the union in JsonbValue.Tom Lane
2014-04-01Move SizeOfHeapNewCid next to xl_heap_new_cid struct.Heikki Linnakangas
2014-03-31Rewrite the way GIN posting lists are packed on a page, to reduce WAL volume.Heikki Linnakangas
2014-03-31Rename GinLogicValue to GinTernaryValue.Heikki Linnakangas
2014-03-26Cleanup around json_to_record/json_to_recordsetAndrew Dunstan
2014-03-24Change ginMergeItemPointers to return a palloc'd array.Heikki Linnakangas
2014-03-23Introduce jsonb, a structured format for storing json.Andrew Dunstan
2014-03-23Offer triggers on foreign tables.Noah Misch
2014-03-21Fix thinkos in GinLogicValue enum.Heikki Linnakangas
2014-03-21Replace the XLogInsert slots with regular LWLocks.Heikki Linnakangas
2014-03-19Setup error context callback for transaction lock waitsAlvaro Herrera
2014-03-18Remove rm_safe_restartpoint machinery.Heikki Linnakangas
2014-03-18Make the handling of interrupted B-tree page splits more robust.Heikki Linnakangas
2014-03-18Improve shm_mq portability around MAXIMUM_ALIGNOF and sizeof(Size).Robert Haas
2014-03-18Make it easy to detach completely from shared memory.Robert Haas
2014-03-17Fix small typo in commentMagnus Hagander
2014-03-16Cleanups from the remove-native-krb5 patchMagnus Hagander
2014-03-14Fix race condition in B-tree page deletion.Heikki Linnakangas
2014-03-12Only WAL-log the modified portion in an UPDATE, if possible.Heikki Linnakangas
2014-03-12Show PIDs of lock holders and waiters in log_lock_waits log message.Fujii Masao