]> granicus.if.org Git - postgresql/history - src/include
Prevent privilege escalation in explicit calls to PL validators.
[postgresql] / src / include /
2014-02-17 Noah MischPrevent privilege escalation in explicit calls to PL...
2014-02-17 Tom LanePGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_e...
2014-02-16 Tom LanePGDLLIMPORT'ify DateStyle and IntervalStyle.
2014-02-15 Tom LaneCentralize getopt-related declarations in a new header...
2014-02-14 Peter EisentrautFix typo
2014-02-13 Alvaro HerreraSeparate multixact freezing parameters from xid's
2014-02-09 Peter EisentrautMark some more variables as static or include the appro...
2014-02-07 Heikki LinnakangasSpeed up "rare & frequent" type GIN queries.
2014-02-03 Robert HaasAdjust pg_sleep_for/pg_sleep_until to use clock_timestamp.
2014-02-03 Fujii MasaoMake pg_basebackup skip temporary statistics files.
2014-02-01 Robert HaasIntroduce replication slots.
2014-01-31 Bruce Momjiansystem catalogs: reorder pg_amproc entries into proper...
2014-01-30 Robert HaasAdd convenience functions pg_sleep_for and pg_sleep_until.
2014-01-29 Andrew DunstanForgot to bump catalog version for json_array_elements_...
2014-01-29 Robert HaasInclude planning time in EXPLAIN ANALYZE output.
2014-01-29 Andrew DunstanAdd json_array_elements_text function.
2014-01-29 Heikki LinnakangasFurther optimize GIN multi-key searches.
2014-01-29 Heikki LinnakangasFurther optimize multi-key GIN searches.
2014-01-29 Heikki LinnakangasAllow using huge TLB pages on Linux (MAP_HUGETLB)
2014-01-28 Andrew DunstanNew json functions.
2014-01-28 Fujii MasaoAdd pg_stat_archiver statistics view.
2014-01-28 Bruce MomjianRemove orphaned prototype
2014-01-28 Tom LaneLog a detail message for auth failures due to missing...
2014-01-27 Robert HaasRelax the requirement that all lwlocks be stored in...
2014-01-27 Tom LaneCode review for auto-tuned effective_cache_size.
2014-01-27 Fujii MasaoFix typos in comments for ALTER SYSTEM.
2014-01-26 Andrew DunstanEnable building with Visual Studion 2013.
2014-01-25 Heikki LinnakangasAdd recovery_target='immediate' option.
2014-01-24 Stephen FrostALTER TABLESPACE ... MOVE ... OWNED BY
2014-01-23 Tom LaneAllow use of "z" flag in our printf calls, and use...
2014-01-23 Alvaro HerreraMake DROP IF EXISTS more consistently not fail
2014-01-22 Heikki LinnakangasCompress GIN posting lists, for smaller index size.
2014-01-21 Robert HaasAdd a cardinality function for arrays.
2014-01-20 Alvaro HerreraExpose a routine to print triggers during EXPLAIN ANALYZE
2014-01-20 Simon RiggsSpeed up COPY into tables with DEFAULT nextval()
2014-01-19 Magnus HaganderRemove support for native krb5 authentication
2014-01-19 Stephen FrostAdd CREATE TABLESPACE ... WITH ... Options
2014-01-19 Tom LaneFix VACUUM's reporting of dead-tuple counts to the...
2014-01-18 Stephen FrostAdd ALTER TABLESPACE ... MOVE command
2014-01-18 Tom LaneMake various variables const (read-only).
2014-01-18 Andrew DunstanExport a few more symbols required for test_shm_mq...
2014-01-17 Andrew DunstanExport set_latch_on_sigusr1 symbol for Windows.
2014-01-17 Andrew DunstanPrevent double macro definition of WIN32.
2014-01-17 Magnus HaganderDefine WIN32 when _WIN32 is set
2014-01-15 Robert HaasLogging running transactions every 15 seconds.
2014-01-14 Tom LaneFix multiple bugs in index page locking during hot...
2014-01-14 Robert HaasFix typo in comment.
2014-01-14 Robert HaasSingle-reader, single-writer, lightweight shared messag...
2014-01-14 Robert HaasSimple table of contents for a shared memory segment.
2014-01-13 Robert HaasMake bitmap heap scans show exact/lossy block info...
2014-01-12 Tom LaneDisallow LATERAL references to the target table of...
2014-01-11 Andrew DunstanRemove DESCR entries for json operator functions.
2014-01-10 Bruce MomjianMove username lookup functions from /port to /common
2014-01-09 Tom LaneWe don't need to include pg_sema.h in s_lock.h anymore.
2014-01-08 Robert HaasReduce the number of semaphores used under --disable...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-05 Tom LaneCache catalog lookup data across groups in ordered...
2014-01-03 Tom LaneFix calculation of maximum statistics-message size.
2014-01-02 Alvaro HerreraHandle wraparound during truncation in multixact/members
2014-01-02 Robert HaasAggressively freeze tables when CLUSTER or VACUUM FULL...
2014-01-02 Robert HaasRename walLogHints to wal_log_hints for easier grepping.
2013-12-30 Tom LaneRemove dead code now that orindxpath.c is history.
2013-12-30 Tom LaneExtract restriction OR clauses whether or not they...
2013-12-29 Tom LaneUndo autoconf 2.69's attempt to #define _DARWIN_USE_64_...
2013-12-27 Peter EisentrautFix whitespace
2013-12-23 Tom LaneSupport ordered-set (WITHIN GROUP) aggregates.
2013-12-22 Robert HaasChange the way we mark tuples as frozen.
2013-12-20 Fujii MasaoRename wal_log_hintbits to wal_log_hints, per discussio...
2013-12-19 Bruce MomjianMove pg_upgrade_support global variables to their own...
2013-12-19 Peter EisentrautUpgrade to Autoconf 2.69
2013-12-18 Robert HaasAllow on-detach callbacks for dynamic shared memory...
2013-12-18 Bruce MomjianFix incorrect error message reported for non-existent...
2013-12-18 Alvaro HerreraDon't ignore tuple locks propagated by our updates
2013-12-18 Tatsuo IshiiAdd ALTER SYSTEM command to edit the server configurati...
2013-12-16 Alvaro HerreraRework tuple freezing protocol
2013-12-13 Heikki LinnakangasAdd GUC to enable WAL-logging of hint bits, even with...
2013-12-12 Simon RiggsNew autovacuum_work_mem parameter
2013-12-11 Robert HaasAdd a new reloption, user_catalog_table.
2013-12-11 Robert HaasAdd new wal_level, logical, sufficient for logical...
2013-12-10 Noah MischRename TABLE() to ROWS FROM().
2013-12-03 Heikki LinnakangasDon't include unused space in LOG_NEWPAGE records.
2013-11-30 Peter EisentrautRemove use of obsolescent Autoconf macros
2013-11-30 Alvaro HerreraTruncate pg_multixact/'s contents during crash recovery
2013-11-30 Alvaro HerreraFix full-table-vacuum request mechanism for MultiXactIds
2013-11-29 Tom LaneFix assorted race conditions in the new timeout infrast...
2013-11-29 Robert HaasRefine our definition of what constitutes a system...
2013-11-27 Tom LaneFix stale-pointer problem in fast-path locking logic.
2013-11-27 Heikki LinnakangasGet rid of the post-recovery cleanup step of GIN page...
2013-11-27 Heikki LinnakangasMore GIN refactoring.
2013-11-27 Peter EisentrautImplement information_schema.parameters.parameter_defau...
2013-11-26 Bruce MomjianChange SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT...
2013-11-24 Tom LaneFix array slicing of int2vector and oidvector values.
2013-11-22 Tom LaneSupport multi-argument UNNEST(), and TABLE() syntax...
2013-11-20 Heikki LinnakangasRefactor the internal GIN B-tree interface for forming...
2013-11-20 Heikki LinnakangasFurther GIN refactoring.
2013-11-17 Tom LaneAdd make_date() and make_time() functions.
2013-11-16 Tom LaneImprove performance of numeric sum(), avg(), stddev...
2013-11-16 Tom LaneAllow aggregates to provide estimates of their transiti...
2013-11-15 Tom LaneCompute correct em_nullable_relids in get_eclass_for_so...
2013-11-10 Peter EisentrautFix whitespace issues found by git diff --check, add...
next