aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix corner case bug in numeric to_char().Tom Lane2011-09-07
* Fix typo in error message.Tom Lane2011-09-07
* Fix get_name_for_var_field() to deal with RECORD Params.Tom Lane2011-09-07
* Fix to_date() and to_timestamp() to handle year masks of length < 4 soBruce Momjian2011-09-07
* Partially revoke attempt to improve performance with many savepoints.Simon Riggs2011-09-07
* Emit cascaded standby message on shutdown only when appropriate.Simon Riggs2011-09-07
* Improve comment about handling of temp tables in shared-inval code.Tom Lane2011-09-06
* Correct ancient logic mistake in assertionPeter Eisentraut2011-09-06
* Avoid possibly accessing off the end of memory in SJIS2004 conversion.Tom Lane2011-09-06
* Avoid possibly accessing off the end of memory in examine_attribute().Tom Lane2011-09-06
* Add C comment about why we send cache invalidation messages forBruce Momjian2011-09-05
* Adjust translator comment format to xgettext expectationsAlvaro Herrera2011-09-05
* Mark some untranslatable messages with errmsg_internalAlvaro Herrera2011-09-05
* Improve "invalid byte sequence for encoding" messagePeter Eisentraut2011-09-05
* Change get_variable_numdistinct's API to flag default estimates explicitly.Tom Lane2011-09-04
* Dig down into sub-selects to look for column statistics.Tom Lane2011-09-04
* Can't print PlannerGlobal's subroots list in outfuncs.Tom Lane2011-09-04
* Clean up the #include mess a little.Tom Lane2011-09-04
* Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.Tom Lane2011-09-03
* Add archive_command examplePeter Eisentraut2011-09-03
* Whitespace adjustment for consistency in the filePeter Eisentraut2011-09-03
* Teach ANALYZE to clear pg_class.relhassubclass when appropriate.Tom Lane2011-09-02
* Add C comment about needed include.Bruce Momjian2011-09-01
* Put back improperly removed #include.Tom Lane2011-09-01
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* setlocale() on Windows doesn't work correctly if the locale name containsHeikki Linnakangas2011-09-01
* Further repair of eqjoinsel ndistinct-clamping logic.Tom Lane2011-09-01
* Improve eqjoinsel's ndistinct clamping to work for multiple levels of join.Tom Lane2011-08-31
* Fix a missed case in code for "moving average" estimate of reltuples.Tom Lane2011-08-30
* Fix parsing of time string followed by yesterday/today/tomorrow.Robert Haas2011-08-30
* Remove some tabs from README file.Robert Haas2011-08-29
* Fix concat_ws() to not insert a separator after leading NULL argument(s).Tom Lane2011-08-29
* Improve spinlock performance for HP-UX, ia64, non-gcc.Robert Haas2011-08-29
* Allow more include files to be compiled in their own by adding missingBruce Momjian2011-08-27
* Implement the information schema with_hierarchy columnPeter Eisentraut2011-08-27
* Add missing includes after pgrminclude run.Bruce Momjian2011-08-26
* Add markers for skips.Bruce Momjian2011-08-26
* Fix potential memory clobber in tsvector_concat().Tom Lane2011-08-26
* Add makefile rules to check for backtracking in backend and psql lexers.Tom Lane2011-08-25
* Add "%option warn" to all flex input files that lacked it.Tom Lane2011-08-25
* Tweak postgresql.conf.sample's comments on listen_addresess.Robert Haas2011-08-25
* Fix multiple bugs in extension dropping.Tom Lane2011-08-24
* Make CREATE EXTENSION check schema creation permissions.Tom Lane2011-08-23
* Fix overoptimistic assumptions in column width estimation for subqueries.Tom Lane2011-08-23
* Use consistent format for reporting GetLastError()Peter Eisentraut2011-08-23
* Typo fix.Robert Haas2011-08-22
* Fix handling of extension membership when filling in a shell operator.Tom Lane2011-08-22
* Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.Tom Lane2011-08-21
* Fix performance problem when building a lossy tidbitmap.Tom Lane2011-08-20
* Make lazy_vacuum_rel call pg_rusage_init only if needed.Robert Haas2011-08-18