summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2012-10-08Code review for 64-bit-large-object patch.Tom Lane
2012-10-08Add support for easily declaring static inline functionsAlvaro Herrera
2012-10-08Add #define for UUIDOID.Robert Haas
2012-10-08Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane
2012-10-07Fix compiling errors on Windows platform. Fix wrong usage ofTatsuo Ishii
2012-10-07Bump up catalog vesion due to 64-bit large object API functionsTatsuo Ishii
2012-10-06Add API for 64-bit large object access. Now users can access up toTatsuo Ishii
2012-10-05Use the regular main processing loop also in walsenders.Heikki Linnakangas
2012-10-03Support CREATE SCHEMA IF NOT EXISTS.Tom Lane
2012-10-03refactor ALTER some-obj SET OWNER implementationAlvaro Herrera
2012-10-02Refactor "ALTER some-obj SET SCHEMA" implementationAlvaro Herrera
2012-10-02Split off functions related to timeline history files and XLOG archiving.Heikki Linnakangas
2012-10-01Provide some static-assertion functionality on all compilers.Tom Lane
2012-09-30Add infrastructure for compile-time assertions about variable types.Tom Lane
2012-09-28Remove checks for now long outdated compilers.Andrew Dunstan
2012-09-27Fix btmarkpos/btrestrpos to handle array keys.Tom Lane
2012-09-24Add support for include_dir in config file.Heikki Linnakangas
2012-09-22Minor corrections for ALTER TYPE ADD VALUE IF NOT EXISTS patch.Tom Lane
2012-09-22Allow IF NOT EXISTS when add a new enum label.Andrew Dunstan
2012-09-21Improve ruleutils.c's heuristics for dealing with rangetable aliases.Tom Lane
2012-09-21Parse pg_ident.conf when it's loaded, keeping it in memory in parsed format.Heikki Linnakangas
2012-09-20Remove execdesc.h inclusion from tcopprot.hAlvaro Herrera
2012-09-12Fix a couple other leftover uses of 'conisonly' terminology.Tom Lane
2012-09-05Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.Tom Lane
2012-09-05Trim spgist_private.h inclusionAlvaro Herrera
2012-09-05Fix bugs in cascading replication with recovery_target_timeline='latest'Heikki Linnakangas
2012-09-04Fix to_date() and to_timestamp() to allow specification of the day ofBruce Momjian
2012-09-01Drop cheap-startup-cost paths during add_path() if we don't need them.Tom Lane
2012-08-31Make configure probe for mbstowcs_l as well as wcstombs_l.Tom Lane
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-08-30Suppress creation of backwardly-indexed paths for LATERAL join clauses.Tom Lane
2012-08-30Adjust definition of cheapest_total_path to work better with LATERAL.Tom Lane
2012-08-28Split heapam_xlog.h from heapam.hAlvaro Herrera
2012-08-28remove catcache.h from syscache.hAlvaro Herrera
2012-08-28Split resowner.hAlvaro Herrera
2012-08-28syncrep.h must include xlogdefs.hAlvaro Herrera
2012-08-27Collect and use histograms of lower and upper bounds for range types.Heikki Linnakangas
2012-08-27Fix up planner infrastructure to support LATERAL properly.Tom Lane
2012-08-22Mark DateTimeParseError() noreturnPeter Eisentraut
2012-08-21Teach compiler that ereport(>=ERROR) does not returnPeter Eisentraut
2012-08-19Allow OLD and NEW in multi-row VALUES within rules.Tom Lane
2012-08-17Check LIBXML_VERSION instead of testing in configure script.Tom Lane
2012-08-16Add SP-GiST support for range types.Heikki Linnakangas
2012-08-16Fix GiST buffering build bug, which caused "failed to re-find parent" errors.Heikki Linnakangas
2012-08-12More fixes for planner's handling of LATERAL.Tom Lane
2012-08-11Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX.Tom Lane
2012-08-10Support having multiple Unix-domain sockets per postmaster.Tom Lane
2012-08-10Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane
2012-08-09Turn off WalSender keepalives by default, users can enable if desiredSimon Riggs
2012-08-09Ensure all replication message info is available and correct via WalRcvSimon Riggs