summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2009-10-14Support SQL-compliant triggers on columns, ie fire only if certain columnsTom Lane
2009-10-14Rename the new MAX_AUTH_TOKEN_LENGTH #define to PG_MAX_AUTH_MAX_TOKEN_LENGTH,Heikki Linnakangas
2009-10-14Raise the maximum authentication token (Kerberos ticket) size in GSSAPIHeikki Linnakangas
2009-10-13Fix ts_stat's failure on empty tsvector.Tom Lane
2009-10-13Add new PGC_S_DATABASE_USER enum value to several places missed by my patchAlvaro Herrera
2009-10-13Code review for LIKE INCLUDING patch --- clean up some cosmetic and notTom Lane
2009-10-12Use plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT PRIVILEGES. We haveTom Lane
2009-10-12Support GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS IN SCHEMA.Tom Lane
2009-10-12CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga...Andrew Dunstan
2009-10-12Move the handling of SELECT FOR UPDATE locking and rechecking out ofTom Lane
2009-10-10Improve similar_escape() in two different ways:Tom Lane
2009-10-10Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane
2009-10-09Use pg_get_triggerdef in pg_dumpPeter Eisentraut
2009-10-08Remove very ancient tuple-counting infrastructure (IncrRetrieved() andTom Lane
2009-10-08Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible byHeikki Linnakangas
2009-10-08Support use of function argument names to identify which actual argumentsTom Lane
2009-10-07Make it possibly to specify GUC params per user and per database.Alvaro Herrera
2009-10-07Fix snapshot management, take two.Alvaro Herrera
2009-10-06Change CREATE TABLE so that column default expressions coming from differentTom Lane
2009-10-05Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane
2009-10-03Fix assorted memory leaks in pg_hba.conf parsing. Over a sufficientlyTom Lane
2009-10-03Fix a couple of issues in recent patch to print updates to postgresql.confTom Lane
2009-10-02Fix an oversight in an 8.3-era patch: pgstat_initstats should allow statsTom Lane
2009-10-02Make sure that GIN fast-insert and regular code paths enforce the sameTom Lane
2009-10-02Fix erroneous handling of shared dependencies (ie dependencies on roles)Tom Lane
2009-10-02Ensure that a cursor has an immutable snapshot throughout its lifespan.Alvaro Herrera
2009-10-01Support "samehost" and "samenet" specifications in pg_hba.conf,Tom Lane
2009-09-29Fix equivclass.c's not-quite-right strategy for handling X=X clauses.Tom Lane
2009-09-27Remove no-longer-needed ExecCountSlots infrastructure.Tom Lane
2009-09-27Replace the array-style TupleTable data structure with a simple List ofTom Lane
2009-09-27Sync psql's scanner with recent changes in backend scanner's flex rules.Tom Lane
2009-09-27Simplify the bootstrap (BKI) code by getting rid of a useless table of allTom Lane
2009-09-26Hmm, seems a lot of the buildfarm is running versions of awk thatTom Lane
2009-09-26Revert my ill-considered change that made formrdesc not insert the correctTom Lane
2009-09-26Extend the BKI infrastructure to allow system catalogs to be givenTom Lane
2009-09-26Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with theTom Lane
2009-09-25Prevent isolated second surrogate in U& syntaxPeter Eisentraut
2009-09-25Remove backup states from Unicode escapes patchPeter Eisentraut
2009-09-22Unicode escapes in E'...' stringsPeter Eisentraut
2009-09-22Implement the DO statement to support execution of PL code without havingTom Lane
2009-09-22Fix crash if a DROP is attempted on an internally-dependent object.Tom Lane
2009-09-21Surrogate pair support for U& string and identifier syntaxPeter Eisentraut
2009-09-21Define a new, more extensible syntax for COPY options.Tom Lane
2009-09-19Rename new subroutine, per discussion with Robert Haas.Tom Lane
2009-09-18Marginal code cleanup in joinpath.c: factor out clause variable-membershipTom Lane
2009-09-18Fix incorrect arguments for gist_box_penalty call. The bug could be observedTeodor Sigaev
2009-09-17Improve wording of error message when a postgresql.conf setting isPeter Eisentraut
2009-09-17When reloading postgresql.conf, log what parameters actually changedPeter Eisentraut
2009-09-17Implement "join removal" for cases where the inner side of a left joinTom Lane
2009-09-15Fix two distinct errors in creation of GIN_INSERT_LISTPAGE xlog records.Tom Lane