summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2014-01-29Forgot to bump catalog version for json_array_elements_text.Andrew Dunstan
2014-01-29Include planning time in EXPLAIN ANALYZE output.Robert Haas
2014-01-29Add json_array_elements_text function.Andrew Dunstan
2014-01-29Further optimize GIN multi-key searches.Heikki Linnakangas
2014-01-29Further optimize multi-key GIN searches.Heikki Linnakangas
2014-01-29Allow using huge TLB pages on Linux (MAP_HUGETLB)Heikki Linnakangas
2014-01-28New json functions.Andrew Dunstan
2014-01-28Add pg_stat_archiver statistics view.Fujii Masao
2014-01-28Remove orphaned prototypeBruce Momjian
2014-01-28Log a detail message for auth failures due to missing or expired password.Tom Lane
2014-01-27Relax the requirement that all lwlocks be stored in a single array.Robert Haas
2014-01-27Code review for auto-tuned effective_cache_size.Tom Lane
2014-01-27Fix typos in comments for ALTER SYSTEM.Fujii Masao
2014-01-26Enable building with Visual Studion 2013.Andrew Dunstan
2014-01-25Add recovery_target='immediate' option.Heikki Linnakangas
2014-01-24ALTER TABLESPACE ... MOVE ... OWNED BYStephen Frost
2014-01-23Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane
2014-01-23Make DROP IF EXISTS more consistently not failAlvaro Herrera
2014-01-22Compress GIN posting lists, for smaller index size.Heikki Linnakangas
2014-01-21Add a cardinality function for arrays.Robert Haas
2014-01-20Expose a routine to print triggers during EXPLAIN ANALYZEAlvaro Herrera
2014-01-20Speed up COPY into tables with DEFAULT nextval()Simon Riggs
2014-01-19Remove support for native krb5 authenticationMagnus Hagander
2014-01-19Add CREATE TABLESPACE ... WITH ... OptionsStephen Frost
2014-01-19Fix VACUUM's reporting of dead-tuple counts to the stats collector.Tom Lane
2014-01-18Add ALTER TABLESPACE ... MOVE commandStephen Frost
2014-01-18Make various variables const (read-only).Tom Lane
2014-01-18Export a few more symbols required for test_shm_mq module.Andrew Dunstan
2014-01-17Export set_latch_on_sigusr1 symbol for Windows.Andrew Dunstan
2014-01-17Prevent double macro definition of WIN32.Andrew Dunstan
2014-01-17Define WIN32 when _WIN32 is setMagnus Hagander
2014-01-15Logging running transactions every 15 seconds.Robert Haas
2014-01-14Fix multiple bugs in index page locking during hot-standby WAL replay.Tom Lane
2014-01-14Fix typo in comment.Robert Haas
2014-01-14Single-reader, single-writer, lightweight shared message queue.Robert Haas
2014-01-14Simple table of contents for a shared memory segment.Robert Haas
2014-01-13Make bitmap heap scans show exact/lossy block info in EXPLAIN ANALYZE.Robert Haas
2014-01-12Disallow LATERAL references to the target table of an UPDATE/DELETE.Tom Lane
2014-01-11Remove DESCR entries for json operator functions.Andrew Dunstan
2014-01-10Move username lookup functions from /port to /commonBruce Momjian
2014-01-09We don't need to include pg_sema.h in s_lock.h anymore.Tom Lane
2014-01-08Reduce the number of semaphores used under --disable-spinlocks.Robert Haas
2014-01-07Update copyright for 2014Bruce Momjian
2014-01-05Cache catalog lookup data across groups in ordered-set aggregates.Tom Lane
2014-01-03Fix calculation of maximum statistics-message size.Tom Lane
2014-01-02Handle wraparound during truncation in multixact/membersAlvaro Herrera
2014-01-02Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them.Robert Haas
2014-01-02Rename walLogHints to wal_log_hints for easier grepping.Robert Haas
2013-12-30Remove dead code now that orindxpath.c is history.Tom Lane
2013-12-30Extract restriction OR clauses whether or not they are indexable.Tom Lane