]> granicus.if.org Git - postgresql/history - src/include
Ensure 64bit arithmetic when calculating tapeSpace
[postgresql] / src / include /
2013-07-13 Peter EisentrautAdd session_preload_libraries configuration parameter
2013-07-09 Heikki LinnakangasFix memory barrier support on icc on ia64, 2nd attempt.
2013-07-09 Heikki LinnakangasAdd #include needed for _mm_mfence() intrinsic on ia64.
2013-07-08 Heikki LinnakangasImprove scalability of WAL insertions.
2013-07-07 Magnus HaganderFix include-guard
2013-07-05 Jeff DavisUse posix_fallocate() for new WAL files, where available.
2013-07-05 Magnus HaganderExpose the estimation of number of changed tuples since...
2013-07-05 Noah MischUse type "int64" for memory accounting in tuplesort...
2013-07-04 Robert HaasAdd new GUC, max_worker_processes, limiting number...
2013-07-03 Fujii MasaoGet rid of pg_class.reltoastidxid.
2013-07-03 Peter EisentrautAdd #include to make header file independent
2013-07-02 Robert HaasAdd support for multiple kinds of external toast datums.
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-07-01 Robert HaasAdd a convenience routine makeFuncCall to reduce duplic...
2013-06-30 Peter EisentrautFix cpluspluscheck in checksum code
2013-06-29 Heikki LinnakangasInline ginCompareItemPointers function for speed.
2013-06-28 Simon RiggsALTER TABLE ... ALTER CONSTRAINT for FKs
2013-06-28 Robert HaasMake the OVER keyword unreserved.
2013-06-28 Robert HaasDefine Trap and TrapMacro even in non-cassert builds.
2013-06-27 Noah MischPermit super-MaxAllocSize allocations with MemoryContex...
2013-06-27 Noah MischCooperate with the Valgrind instrumentation framework.
2013-06-26 Noah MischRenovate display of non-ASCII messages on Windows.
2013-06-24 Simon RiggsReverting previous commit, pending investigation
2013-06-24 Simon RiggsALTER TABLE ... ALTER CONSTRAINT for FKs
2013-06-23 Simon RiggsEnsure no xid gaps during Hot Standby startup
2013-06-17 Jeff DavisAdd buffer_std flag to MarkBufferDirtyHint().
2013-06-15 Tom LaneBe consistent about #define'ing configure symbols as...
2013-06-14 Tom LaneStamp HEAD as 9.4devel.
2013-06-14 Tom LaneAvoid deadlocks during insertion into SP-GiST indexes.
2013-06-14 Tom LaneRefactor checksumming code to make it easier to use...
2013-06-12 Noah MischDon't pass oidvector by value.
2013-06-12 Tom LaneImprove updatability checking for views and foreign...
2013-06-04 Tom LaneAdd ARM64 (aarch64) support to s_lock.h.
2013-06-03 Heikki LinnakangasPut back allow_system_table_mods check in heap_create().
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-23 Robert HaasFix typo in comment.
2013-05-08 Heikki LinnakangasUse the term "radix tree" instead of "suffix tree"...
2013-05-06 Tom LaneStamp 9.3beta1. REL9_3_BETA1
2013-05-06 Tom LaneMove materialized views' is-populated status into their...
2013-04-30 Simon RiggsBump PG_CONTROL_VERSION to 937
2013-04-30 Simon RiggsRecord data_checksum_version in control file.
2013-04-29 Tom LanePostpone creation of pathkeys lists to fix bug #8049.
2013-04-29 Simon RiggsIntroduce new page checksum algorithm and module.
2013-04-28 Tom LaneEditorialize a bit on new ProcessUtility() API.
2013-04-27 Tom LaneIncidental cleanup of matviews code.
2013-04-20 Peter EisentrautClean up references to SQL92
2013-04-16 Heikki LinnakangasRemove some unused and seldom used fields from Relation...
2013-04-16 Andrew DunstanMark json IO and extraction functions immutable.
2013-04-12 Tom LaneClean up the mess around EXPLAIN and materialized views.
2013-04-12 Robert Haassepgsql: Enforce db_procedure:{execute} permission.
2013-04-12 Robert HaasMinor wording corrections for object-access hook stuff.
2013-04-11 Alvaro HerreraFix confusion between ObjectType and ObjectClass
2013-04-09 Kevin GrittnerCreate a distinction between a populated matview and...
2013-04-09 Robert HaasAdjust ExplainOneQuery_hook_type to take a DestReceiver...
2013-04-09 Tom LaneSupport indexing of regular-expression searches in...
2013-04-08 Simon RiggsAvoid tricky race condition recording XLOG_HINT
2013-04-05 Robert Haassepgsql: Enforce db_schema:search permission.
2013-04-04 Heikki LinnakangasFix crash on compiling a regular expression with more...
2013-04-01 Tom LaneFix insecure parsing of server command-line switches.
2013-04-01 Tom LaneMake REPLICATION privilege checks test current user...
2013-03-29 Andrew DunstanAdd new JSON processing functions and parser API.
2013-03-28 Alvaro HerreraAdd sql_drop event for event triggers
2013-03-28 Simon RiggsRevoke bc5334d8679c428a709d150666b288171795bd76
2013-03-27 Simon RiggsAllow external recovery_config_directory
2013-03-22 Kevin GrittnerFix problems with incomplete attempt to prohibit OIDS...
2013-03-22 Simon RiggsAllow I/O reliability checks using 16-bit checksums
2013-03-21 Tom LaneRedo postgres_fdw's planner code so it can handle param...
2013-03-20 Alvaro HerreraAllow extracting machine-readable object identity
2013-03-18 Simon RiggsRemove PageSetTLI and rename pd_tli to pd_checksum
2013-03-18 Robert HaasExtend object-access hook machinery to support post...
2013-03-17 Tom Laneinitdb needs pqsignal() even on Windows.
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-03-17 Tom LaneAdd lock_timeout configuration parameter.
2013-03-14 Tom LaneAvoid inserting Result nodes that only compute identity...
2013-03-14 Heikki LinnakangasAdd cost estimation of range @> and <@ operators.
2013-03-10 Andrew DunstanJSON generation improvements.
2013-03-10 Tom LaneSupport writable foreign tables.
2013-03-10 Magnus HaganderReport pg_hba line number and contents when users fail...
2013-03-08 Heikki LinnakangasForgot catversion bump in the SP-GiST adjacent support...
2013-03-08 Heikki LinnakangasSP-GiST support of the range adjacent operator -|-
2013-03-07 Heikki LinnakangasFix tli history file fetching, broken by the archive...
2013-03-07 Tom LaneArrange to cache FdwRoutine structs in foreign tables...
2013-03-07 Robert HaasCode beautification for object-access hook machinery.
2013-03-06 Tom LaneFix missing #include in commands/matview.h.
2013-03-05 Tom LaneFix to_char() to use ASCII-only case-folding rules...
2013-03-05 Kevin GrittnerBump catversion because of new function in the material...
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-03-04 Tom LaneGet rid of any toast table when converting a table...
2013-03-03 Tom LaneFix SQL function execution to be safe with long-lived...
2013-02-27 Heikki LinnakangasAdd support for piping COPY to/from an external program.
2013-02-26 Tom LaneInstall headers from the new src/include/common subdire...
2013-02-22 Alvaro HerreraAdd pg_xlogdump contrib program
2013-02-22 Alvaro HerreraMove relpath() to libpgcommon
2013-02-21 Tom LaneNeed to decorate XactIsoLevel as PGDLLIMPORT for postgr...
2013-02-18 Alvaro HerreraMove ExceptionalCondition back to postgres.h
2013-02-18 Alvaro HerreraSplit pgstat file in smaller pieces
2013-02-18 Peter EisentrautAdd ALTER ROLE ALL SET command
2013-02-15 Simon RiggsForce archive_status of .done for xlogs created by...
2013-02-15 Tom LaneInvent pre-commit/pre-prepare/pre-subcommit events...
2013-02-13 Tom LaneFix CVE-2013-0255 properly.
next