Commits

DateSubjectAuthorReleases
2004-05-05 Unset PGCLIENTENCODING to prevent backend from dying if it's set Tom Lane 7.4.3
2004-04-29 I thought we'd made initdb safe against newline-munging issues, but on Tom Lane 7.4.3
2004-01-14 pg_settings should have UPDATE privilege allowed to public. Tom Lane 7.4.2
2003-10-13 Determine max_connections first, then see how large shared_buffers can Tom Lane 7.4.1
2003-09-07 Make the default pg_hba.conf include an entry for ::1 only if configure Tom Lane 7.4.1
2003-08-26 Mop-up for previous change to determine default shared_buffers and Tom Lane 7.4.1
2003-07-15 Tweak original coding so that we can determine the platform-specific Tom Lane 7.4.1
2003-07-14 The default values for shared_buffers and max_connections are now 1000 Tom Lane 7.4.1
2003-07-04 Add --help-config facility to dump information about GUC parameters Tom Lane 7.4.1
2003-06-02 Make the world at least marginally safe for usernames with embedded spaces. Tom Lane 7.4.1
2003-05-28 Fix things so that an error occuring during standalone-backend processing Tom Lane 7.4.1
2003-05-28 In bootstrap and standalone-backend modes, do not sort LOG elevel out Tom Lane 7.4.1
2003-04-04 Code review for pg_stat_get_backend_activity_start patch --- fix Tom Lane 7.4.1
2002-09-24 Change default privileges for languages and functions to be PUBLIC USAGE Tom Lane 7.3.1
2002-09-18 Extend pg_cast castimplicit column to a three-way value; this allows us Tom Lane 7.3.1
2002-09-05 Seems like a good idea for template1 to contain ANALYZE stats for the Tom Lane 7.3.1
2002-09-03 Arrange for the default permissions on a database to allow temp table Tom Lane 7.3.1
2002-08-31 Code review for pg_locks feature. Make shmemoffset of PROCLOCK structs Tom Lane 7.3.1
2002-08-08 Make the standard system views schema-aware. Tom Lane 7.3.1
2002-07-29 Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more Tom Lane 7.3.1
2002-07-18 Implement DROP SCHEMA. It lacks support for dropping conversions and Tom Lane 7.3.1
2002-07-16 Add initdb code to set up initial contents of pg_depend, pinning all Tom Lane 7.3.1
2002-07-12 Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. Tom Lane 7.3.1
2002-05-21 Spell long option with -c not --, for compatibility's sake. Tom Lane 7.3.1
2002-05-17 Guard against empty-string results from pg_getlocale. Tom Lane 7.3.1