index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
Age
Commit message (
Expand
)
Author
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-09
Clean up overly complex code for issuing some related error messages.
Tom Lane
2011-04-08
Fix bug in propagating ALTER TABLE actions to typed tables.
Robert Haas
2011-04-07
Fix collations when we call transformWhereClause from outside the parser.
Tom Lane
2011-04-07
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-04
Rearrange "add column" logic to merge columns at exec time.
Robert Haas
2011-04-01
Support comments on FOREIGN DATA WRAPPER and SERVER objects.
Robert Haas
2011-03-28
Prevent a rowtype from being included in itself.
Tom Lane
2011-03-26
Clean up cruft around collation initialization for tupdescs and scankeys.
Tom Lane
2011-03-26
Pass collation to makeConst() instead of looking it up internally.
Tom Lane
2011-03-24
Add post-creation hook for extensions, consistent with other object types.
Robert Haas
2011-03-24
Clean up handling of COLLATE clauses in index column definitions.
Tom Lane
2011-03-22
Make FKs valid at creation when added as column constraints.
Simon Riggs
2011-03-22
Improve reporting of run-time-detected indeterminate-collation errors.
Tom Lane
2011-03-20
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
Fix possible "tuple concurrently updated" error in ALTER TABLE.
Robert Haas
2011-03-12
Make all comparisons done for/with statistics use the default collation.
Tom Lane
2011-03-11
Split CollateClause into separate raw and analyzed node types.
Tom Lane
2011-03-11
Create an explicit concept of collations that work for any encoding.
Tom Lane
2011-03-10
Remove collation information from TypeName, where it does not belong.
Tom Lane
2011-03-09
Adjust the permissions required for COMMENT ON ROLE.
Tom Lane
2011-03-08
Don't throw a warning if vacuum sees PD_ALL_VISIBLE flag set on a page that
Heikki Linnakangas
2011-03-05
Create extension infrastructure for the core procedural languages.
Tom Lane
2011-03-04
Refactor seclabel.c to use the new check_object_ownership function.
Robert Haas
2011-03-04
Don't allow CREATE TABLE AS to create a column with invalid collation
Peter Eisentraut
2011-03-04
Allow non-superusers to create (some) extensions.
Tom Lane
2011-03-04
When creating a collation, check that the locales can be loaded
Peter Eisentraut
2011-03-01
Include the target table in EXPLAIN output for ModifyTable nodes.
Tom Lane
2011-03-01
Rearrange snapshot handling to make rule expansion more consistent.
Tom Lane
2011-02-27
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-25
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-23
Add a relkind field to RangeTblEntry to avoid some syscache lookups.
Tom Lane
2011-02-22
Fix a couple of unlogged tables goofs.
Robert Haas
2011-02-22
Fix dangling-pointer problem in before-row update trigger processing.
Tom Lane
2011-02-21
Add ENCODING option to COPY TO/FROM and file_fdw.
Itagaki Takahiro
2011-02-20
Add contrib/file_fdw foreign-data wrapper for reading files via COPY.
Tom Lane
2011-02-20
Implement an API to let foreign-data wrappers actually be functional.
Tom Lane
2011-02-19
Create the catalog infrastructure for foreign-data-wrapper handlers.
Tom Lane
2011-02-18
Fix an uninitialized field in DR_copy.
Itagaki Takahiro
2011-02-16
Make a no-op ALTER EXTENSION UPDATE give just a NOTICE, not ERROR.
Tom Lane
2011-02-16
Export the external file reader used in COPY FROM as APIs.
Itagaki Takahiro
2011-02-15
Avoid a few more SET DATA TYPE table rewrites.
Robert Haas
2011-02-15
Delete stray word from comment.
Robert Haas
2011-02-15
Rearrange extension-related views as per recent discussion.
Tom Lane
2011-02-14
Support replacing MODULE_PATHNAME during extension script file execution.
Tom Lane
2011-02-14
Change the naming convention for extension files to use double dashes.
Tom Lane
2011-02-12
Refactor ALTER EXTENSION UPDATE to have cleaner multi-step semantics.
Tom Lane
2011-02-12
DDL support for collations
Peter Eisentraut
2011-02-12
Teach ALTER TABLE .. SET DATA TYPE to avoid some table rewrites.
Robert Haas
2011-02-12
Clean up installation directory choices for extensions.
Tom Lane
[next]