aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Use pg_get_triggerdef in pg_dumpPeter Eisentraut2009-10-09
* Remove very ancient tuple-counting infrastructure (IncrRetrieved() andTom Lane2009-10-08
* Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible byHeikki Linnakangas2009-10-08
* Support use of function argument names to identify which actual argumentsTom Lane2009-10-08
* Make it possibly to specify GUC params per user and per database.Alvaro Herrera2009-10-07
* Fix snapshot management, take two.Alvaro Herrera2009-10-07
* Change CREATE TABLE so that column default expressions coming from differentTom Lane2009-10-06
* Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane2009-10-05
* Fix assorted memory leaks in pg_hba.conf parsing. Over a sufficientlyTom Lane2009-10-03
* Fix a couple of issues in recent patch to print updates to postgresql.confTom Lane2009-10-03
* Fix an oversight in an 8.3-era patch: pgstat_initstats should allow statsTom Lane2009-10-02
* Make sure that GIN fast-insert and regular code paths enforce the sameTom Lane2009-10-02
* Fix erroneous handling of shared dependencies (ie dependencies on roles)Tom Lane2009-10-02
* Ensure that a cursor has an immutable snapshot throughout its lifespan.Alvaro Herrera2009-10-02
* Support "samehost" and "samenet" specifications in pg_hba.conf,Tom Lane2009-10-01
* Fix equivclass.c's not-quite-right strategy for handling X=X clauses.Tom Lane2009-09-29
* Remove no-longer-needed ExecCountSlots infrastructure.Tom Lane2009-09-27
* Replace the array-style TupleTable data structure with a simple List ofTom Lane2009-09-27
* Sync psql's scanner with recent changes in backend scanner's flex rules.Tom Lane2009-09-27
* Simplify the bootstrap (BKI) code by getting rid of a useless table of allTom Lane2009-09-27
* Hmm, seems a lot of the buildfarm is running versions of awk thatTom Lane2009-09-26
* Revert my ill-considered change that made formrdesc not insert the correctTom Lane2009-09-26
* Extend the BKI infrastructure to allow system catalogs to be givenTom Lane2009-09-26
* Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with theTom Lane2009-09-26
* Prevent isolated second surrogate in U& syntaxPeter Eisentraut2009-09-25
* Remove backup states from Unicode escapes patchPeter Eisentraut2009-09-25
* Unicode escapes in E'...' stringsPeter Eisentraut2009-09-22
* Implement the DO statement to support execution of PL code without havingTom Lane2009-09-22
* Fix crash if a DROP is attempted on an internally-dependent object.Tom Lane2009-09-22
* Surrogate pair support for U& string and identifier syntaxPeter Eisentraut2009-09-21
* Define a new, more extensible syntax for COPY options.Tom Lane2009-09-21
* Rename new subroutine, per discussion with Robert Haas.Tom Lane2009-09-19
* Marginal code cleanup in joinpath.c: factor out clause variable-membershipTom Lane2009-09-18
* Fix incorrect arguments for gist_box_penalty call. The bug could be observedTeodor Sigaev2009-09-18
* Improve wording of error message when a postgresql.conf setting isPeter Eisentraut2009-09-17
* When reloading postgresql.conf, log what parameters actually changedPeter Eisentraut2009-09-17
* Implement "join removal" for cases where the inner side of a left joinTom Lane2009-09-17
* Fix two distinct errors in creation of GIN_INSERT_LISTPAGE xlog records.Tom Lane2009-09-15
* Fix possible buffer overrun and/or unportable behavior in pg_md5_encrypt()Tom Lane2009-09-15
* Don't error out if recycling or removing an old WAL segment fails at the endHeikki Linnakangas2009-09-13
* Rewrite the planner's handling of materialized plan types so that there isTom Lane2009-09-12
* Install a hopefully-temporary workaround for Snow Leopard readdir() bug.Tom Lane2009-09-12
* Fix assertion failure when a SELECT DISTINCT ON expression is volatile.Tom Lane2009-09-12
* Increase the maximum value of extra_float_digits to 3, and have pg_dumpTom Lane2009-09-11
* On Windows, when a file is deleted and another process still has an openHeikki Linnakangas2009-09-10
* Fix/improve bytea and boolean support in PL/PythonPeter Eisentraut2009-09-09
* Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of theTom Lane2009-09-09
* Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabledTom Lane2009-09-08
* Replace use of the long-deprecated Bonjour API DNSServiceRegistrationCreateTom Lane2009-09-08
* Put back "ifeq ($(PORTNAME), solaris)", this time with some documentationTom Lane2009-09-05