OSDN Git Service

Avoid using trivial usernames in foreign_data regression test.
[pg-rex/syncrep.git] / src /
2009-10-14 Alvaro HerreraAvoid using trivial usernames in foreign_data regressio...
2009-10-14 Tom LaneSupport SQL-compliant triggers on columns, ie fire...
2009-10-14 Heikki LinnakangasRename the new MAX_AUTH_TOKEN_LENGTH #define to PG_MAX_...
2009-10-14 Peter EisentrautAdd alternative expected file for unicode test for...
2009-10-14 Heikki LinnakangasRaise the maximum authentication token (Kerberos ticket...
2009-10-13 Tom LaneAdd "\pset linestyle ascii/unicode" option to psql...
2009-10-13 Tom LaneFix ts_stat's failure on empty tsvector.
2009-10-13 Alvaro HerreraAdd new PGC_S_DATABASE_USER enum value to several place...
2009-10-13 Tom LaneCode review for LIKE INCLUDING patch --- clean up some...
2009-10-12 Tom LaneUse plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT...
2009-10-12 Tom LaneSupport GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS...
2009-10-12 Andrew DunstanCREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDI...
2009-10-12 Tom LaneMove the handling of SELECT FOR UPDATE locking and...
2009-10-10 Tom LaneImprove similar_escape() in two different ways:
2009-10-10 Tom LaneSplit the processing of INSERT/UPDATE/DELETE operations...
2009-10-09 Peter EisentrautUse pg_get_triggerdef in pg_dump
2009-10-08 Tom LaneRemove very ancient tuple-counting infrastructure ...
2009-10-08 Alvaro HerreraAdd the new psql command \drds to the psql docs, help...
2009-10-08 Heikki LinnakangasFix off-by-one bug in bitncmp(): When comparing a numbe...
2009-10-08 Tom LaneSupport use of function argument names to identify...
2009-10-07 Alvaro HerreraMake it possibly to specify GUC params per user and...
2009-10-07 Alvaro HerreraFix snapshot management, take two.
2009-10-06 Tom LaneChange CREATE TABLE so that column default expressions...
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-10-03 Tom LaneFix assorted memory leaks in pg_hba.conf parsing. ...
2009-10-03 Tom LaneFix a couple of issues in recent patch to print updates...
2009-10-02 Tom LaneFix an oversight in an 8.3-era patch: pgstat_initstats...
2009-10-02 Tom LaneMake sure that GIN fast-insert and regular code paths...
2009-10-02 Tom LaneFix erroneous handling of shared dependencies (ie depen...
2009-10-02 Alvaro HerreraEnsure that a cursor has an immutable snapshot througho...
2009-10-01 Michael MeskesApplied patch by Boszormenyi Zoltan <zb@cybertec.at...
2009-10-01 Tom LaneSupport "samehost" and "samenet" specifications in...
2009-09-29 Tom LaneAllow MOVE FORWARD n, MOVE BACKWARD n, MOVE FORWARD...
2009-09-29 Tom LaneFix equivclass.c's not-quite-right strategy for handlin...
2009-09-28 Andrew DunstanConvert a perl array to a postgres array when returned...
2009-09-28 Michael MeskesAdded some explanation about how the parser is generate...
2009-09-27 Tom LaneRemove no-longer-needed ExecCountSlots infrastructure.
2009-09-27 Tom LaneReplace the array-style TupleTable data structure with...
2009-09-27 Tom LaneMake libpq reject non-numeric and out-of-range port...
2009-09-27 Tom LaneSync psql's scanner with recent changes in backend...
2009-09-27 Tom LaneOoops, fix to Genbki.pm for ROWTYPE_OID wasn't quite...
2009-09-27 Tom LaneSimplify the bootstrap (BKI) code by getting rid of...
2009-09-26 Tom LaneHmm, seems a lot of the buildfarm is running versions...
2009-09-26 Tom LaneRevert my ill-considered change that made formrdesc...
2009-09-26 Tom LaneExtend the BKI infrastructure to allow system catalogs...
2009-09-26 Tom LaneFix RelationCacheInitializePhase2 (Phase3, in HEAD...
2009-09-25 Peter EisentrautPrevent isolated second surrogate in U& syntax
2009-09-25 Peter EisentrautRemove backup states from Unicode escapes patch
2009-09-22 Peter EisentrautUnicode escapes in E'...' strings
2009-09-22 Tom LaneImplement the DO statement to support execution of...
2009-09-22 Tom LaneFix crash if a DROP is attempted on an internally-depen...
2009-09-21 Peter EisentrautSurrogate pair support for U& string and identifier...
2009-09-21 Bruce Momjianfsync test files
2009-09-21 Tom LaneDefine a new, more extensible syntax for COPY options.
2009-09-20 Tom LaneAllow plpgsql IN parameters to be assigned to. Since...
2009-09-19 Tom LaneRemove a couple hundred lines of ugly and tedious-to...
2009-09-19 Tom Lanesql_help.c needs to be cvsignore'd.
2009-09-19 Tom LaneRename new subroutine, per discussion with Robert Haas.
2009-09-19 Andrew DunstanFix MSVC build breakage from psql help changes. Per...
2009-09-18 Tom LaneMarginal code cleanup in joinpath.c: factor out clause...
2009-09-18 Teodor SigaevFix incorrect arguments for gist_box_penalty call....
2009-09-18 Michael MeskesAdded patch by Bernd Helmle <bernd.helmle@credativ...
2009-09-18 Peter EisentrautEasier to translate psql help
2009-09-17 Peter EisentrautImprove wording of error message when a postgresql...
2009-09-17 Peter EisentrautWhen reloading postgresql.conf, log what parameters...
2009-09-17 Tom LaneImplement "join removal" for cases where the inner...
2009-09-16 Peter Eisentrauterrcontext support in PL/Perl
2009-09-15 Tom LaneFix two distinct errors in creation of GIN_INSERT_LISTP...
2009-09-15 Michael MeskesApplied patch by Boszormenyi Zoltan <zb@cybertec.at...
2009-09-15 Tom LaneFix possible buffer overrun and/or unportable behavior...
2009-09-13 Tom LaneWrite psql's ~/.psql_history file using history_truncat...
2009-09-13 Peter EisentrautFix Unicode support in PL/Python
2009-09-13 Heikki LinnakangasDon't error out if recycling or removing an old WAL...
2009-09-12 Peter EisentrautAdd Unicode support in PL/Python
2009-09-12 Tom LaneRewrite the planner's handling of materialized plan...
2009-09-12 Tom LaneInstall a hopefully-temporary workaround for Snow Leopa...
2009-09-12 Peter EisentrautRemove TODO file; it has been added to the main Todo...
2009-09-12 Tom LaneFix assertion failure when a SELECT DISTINCT ON express...
2009-09-11 Tom LaneIncrease the maximum value of extra_float_digits to...
2009-09-10 Heikki LinnakangasOn Windows, when a file is deleted and another process...
2009-09-09 Peter EisentrautFix/improve bytea and boolean support in PL/Python
2009-09-09 Tom LaneFix bug with WITH RECURSIVE immediately inside WITH...
2009-09-08 Tom LaneAdd a boolean GUC parameter "bonjour" to control whethe...
2009-09-08 Tom LaneReplace use of the long-deprecated Bonjour API DNSServi...
2009-09-08 Tom LaneRemove outside-the-scanner references to "yyleng".
2009-09-07 Magnus HaganderChange our WIN32 API version to be 5.01 (Windows XP...
2009-09-06 Tom LaneUpdate the tznames reference files, and add IDT (Israel...
2009-09-05 Tom LanePut back "ifeq ($(PORTNAME), solaris)", this time with...
2009-09-04 Tom LaneRevert ill-considered restriction of dtrace support...
2009-09-04 Tom LaneRemove pgstat's discrimination against MsgVacuum and...
2009-09-04 Heikki LinnakangasTigthen binary receive functions so that they reject...
2009-09-04 Heikki LinnakangasFix encoding handling in xml binary input function...
2009-09-03 Tom LaneMake LOAD of an already-loaded library into a no-op...
2009-09-03 Tom LaneDisallow RESET ROLE and RESET SESSION AUTHORIZATION...
2009-09-03 Tom LaneInstall a workaround for a longstanding gcc bug that...
2009-09-03 Michael MeskesFixed incorrect memory management.
2009-09-03 Michael MeskesRemoved some variables no longer needed.
2009-09-03 Michael MeskesDo not set connection values if no connection is open.
2009-09-03 Tom LaneUpdate time zone data files to tzdata release 2009l...
2009-09-03 Tom LaneRemove initdb's rather gratuitous check to see if the...
next