aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Remove regex_flavor GUC, so that regular expressions are always "advanced"Tom Lane2009-10-21
* Remove add_missing_from GUC and associated parser support for "implicit RTEs".Tom Lane2009-10-21
* Translations update for 8.5alpha2Peter Eisentraut2009-10-20
* Fix typo in previous release as reported by Itagaki Takahiro, but missedMagnus Hagander2009-10-17
* Write to the Windows eventlog in UTF16, converting the message encodingMagnus Hagander2009-10-17
* Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that theTom Lane2009-10-16
* Support SQL-compliant triggers on columns, ie fire only if certain columnsTom Lane2009-10-14
* Rename the new MAX_AUTH_TOKEN_LENGTH #define to PG_MAX_AUTH_MAX_TOKEN_LENGTH,Heikki Linnakangas2009-10-14
* Raise the maximum authentication token (Kerberos ticket) size in GSSAPIHeikki Linnakangas2009-10-14
* Fix ts_stat's failure on empty tsvector.Tom Lane2009-10-13
* Add new PGC_S_DATABASE_USER enum value to several places missed by my patchAlvaro Herrera2009-10-13
* Code review for LIKE INCLUDING patch --- clean up some cosmetic and notTom Lane2009-10-13
* Use plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT PRIVILEGES. We haveTom Lane2009-10-12
* Support GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS IN SCHEMA.Tom Lane2009-10-12
* CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga...Andrew Dunstan2009-10-12
* Move the handling of SELECT FOR UPDATE locking and rechecking out ofTom Lane2009-10-12
* Improve similar_escape() in two different ways:Tom Lane2009-10-10
* Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane2009-10-10
* 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