summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2017-02-01Replace isMD5() with a more future-proof way to check if pw is encrypted.Heikki Linnakangas
2017-01-31Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera
2017-01-30Invent pg_hba_file_rules view to show the content of pg_hba.conf.Tom Lane
2017-01-30Handle ALTER EXTENSION ADD/DROP with pg_init_privsStephen Frost
2017-01-27Refactor bitmap heap scan estimation of heap pages fetched.Robert Haas
2017-01-27Orthography fixes for new castNode() macro.Tom Lane
2017-01-27Add castNode(type, ptr) for safe casting between NodeTag based types.Andres Freund
2017-01-26Fix typo in description for pg_replication_origin_advance function.Fujii Masao
2017-01-25Introduce convenience macros to hide JsonbContainer header accesses better.Tom Lane
2017-01-25Update copyright years in some recently added filesPeter Eisentraut
2017-01-25Remove vestigial resolveUnknown arguments from transformSortClause etc.Tom Lane
2017-01-25Make UNKNOWN into an actual pseudo-type.Tom Lane
2017-01-25Change unknown-type literals to type text in SELECT and RETURNING lists.Tom Lane
2017-01-24Add a SHOW command to the replication command language.Robert Haas
2017-01-24Add a new DestReceiver for printing tuples without catalog access.Robert Haas
2017-01-24Extend index AM API for parallel index scans.Robert Haas
2017-01-24Reindent table partitioning code.Robert Haas
2017-01-24Fix incorrect comment: pgtime's tm_mon is 1-based, not 0-based.Robert Haas
2017-01-24Fix interaction of partitioned tables with BulkInsertState.Robert Haas
2017-01-23Fix default minimum value for descending sequencesPeter Eisentraut
2017-01-21Add more includes so header files are self-containedPeter Eisentraut
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-20Bump catversionPeter Eisentraut
2017-01-20Logical replicationPeter Eisentraut
2017-01-19Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund
2017-01-19Fix race condition in reading commit timestampsAlvaro Herrera
2017-01-19Fix RETURNING to work correctly with partition tuple routing.Robert Haas
2017-01-19Fix failure to enforce partitioning contraint for internal partitions.Robert Haas
2017-01-18Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund
2017-01-18Change some test macros to return true booleansAlvaro Herrera
2017-01-18Implement array version of jsonb_delete and operatorMagnus Hagander
2017-01-18Improve RLS planning by marking individual quals with security levels.Tom Lane
2017-01-18Add function to import operating system collationsPeter Eisentraut
2017-01-17Correct include file pathPeter Eisentraut
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-17Register missing money operators in system catalogsPeter Eisentraut
2017-01-17Rename C symbols for backend lo_ functionsPeter Eisentraut
2017-01-17Remove unnecessary includePeter Eisentraut
2017-01-16Fix check_srf_call_placement() to handle VALUES cases correctly.Tom Lane
2017-01-15Fix matching of boolean index columns to sort ordering.Tom Lane
2017-01-14Change representation of statement lists, and add statement location info.Tom Lane
2017-01-13Fix a bug in how we generate partition constraints.Robert Haas
2017-01-12Fix field order in struct catcache.Tom Lane
2017-01-09Fix ALTER TABLE / SET TYPE for irregular inheritanceAlvaro Herrera
2017-01-07Get rid of ParseState.p_value_substitute; use a columnref hook instead.Tom Lane
2017-01-07Improve documentation of struct ParseState.Tom Lane
2017-01-05Fix possible crash reading pg_stat_activity.Robert Haas
2017-01-04Remove unnecessary arguments from partitioning functions.Robert Haas
2017-01-04Fix reporting of constraint violations for table partitioning.Robert Haas
2017-01-04Prefer int-wide pg_atomic_flag over char-wide when using gcc intrinsics.Tom Lane