..
Makefile
Integrate pg_upgrade_support module into backend
11 years ago
acl.c
Allow CURRENT/SESSION_USER to be used in certain commands
11 years ago
array_selfuncs.c
Update copyright for 2015
11 years ago
array_typanalyze.c
Update copyright for 2015
11 years ago
array_userfuncs.c
Remove duplicated words in comments.
11 years ago
arrayfuncs.c
array_offset() and array_offsets()
11 years ago
arrayutils.c
Update copyright for 2015
11 years ago
ascii.c
Update copyright for 2015
11 years ago
bool.c
Update copyright for 2015
11 years ago
cash.c
pgindent run for 9.4
12 years ago
char.c
Update copyright for 2015
11 years ago
date.c
Update copyright for 2015
11 years ago
datetime.c
Replace a bunch more uses of strncpy() with safer coding.
11 years ago
datum.c
Update copyright for 2015
11 years ago
dbsize.c
Update copyright for 2015
11 years ago
domains.c
Use the typcache to cache constraints for domain types.
11 years ago
encode.c
Update copyright for 2015
11 years ago
enum.c
Remove enum-related special cases for catalog scans.
11 years ago
float.c
Update copyright for 2015
11 years ago
format_type.c
pg_event_trigger_dropped_objects: add is_temp column
11 years ago
formatting.c
Second try at fixing warnings caused by commit 9b43d73b3f.
11 years ago
genfile.c
Update copyright for 2015
11 years ago
geo_ops.c
Add geometry/range functions to support BRIN inclusion
11 years ago
geo_selfuncs.c
Update copyright for 2015
11 years ago
inet_cidr_ntop.c
pgindent run for 9.4
12 years ago
inet_net_pton.c
Run pgindent on 9.2 source tree in preparation for first 9.3
14 years ago
int.c
Update copyright for 2015
11 years ago
int8.c
Define integer limits independently from the system definitions.
11 years ago
json.c
Remove spurious semicolons.
11 years ago
jsonb.c
Remove spurious semicolons.
11 years ago
jsonb_gin.c
Update copyright for 2015
11 years ago
jsonb_op.c
Update copyright for 2015
11 years ago
jsonb_util.c
Update copyright for 2015
11 years ago
jsonfuncs.c
Fix two small bugs in json's populate_record_worker
11 years ago
levenshtein.c
Suggest to the user the column they may have meant to reference.
11 years ago
like.c
Update copyright for 2015
11 years ago
like_match.c
Update copyright for 2015
11 years ago
lockfuncs.c
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
11 years ago
mac.c
Allow input format xxxx-xxxx-xxxx for macaddr type
11 years ago
misc.c
GetUserId() changes to has_privs_of_role()
11 years ago
nabstime.c
Update copyright for 2015
11 years ago
name.c
Replace a bunch more uses of strncpy() with safer coding.
11 years ago
network.c
Add geometry/range functions to support BRIN inclusion
11 years ago
network_gist.c
Add index-only scan support to inet GiST opclass.
11 years ago
network_selfuncs.c
Provide real selectivity estimators for inet/cidr operators.
11 years ago
numeric.c
Fix numeric abbreviation for --disable-float8-byval.
11 years ago
numutils.c
Define integer limits independently from the system definitions.
11 years ago
oid.c
Update copyright for 2015
11 years ago
oracle_compat.c
Remove spurious semicolons.
11 years ago
orderedsetaggs.c
Use abbreviated keys for faster sorting of text datums.
11 years ago
pg_locale.c
Update copyright for 2015
11 years ago
pg_lsn.c
Update copyright for 2015
11 years ago
pg_upgrade_support.c
Integrate pg_upgrade_support module into backend
11 years ago
pgstatfuncs.c
Modify pg_stat_get_activity to build a tuplestore
11 years ago
pseudotypes.c
Update copyright for 2015
11 years ago
quote.c
Update copyright for 2015
11 years ago
rangetypes.c
Add geometry/range functions to support BRIN inclusion
11 years ago
rangetypes_gist.c
Add index-only scan support to range type GiST opclass.
11 years ago
rangetypes_selfuncs.c
Fix assorted oversights in range selectivity estimation.
11 years ago
rangetypes_spgist.c
Update copyright for 2015
11 years ago
rangetypes_typanalyze.c
Update copyright for 2015
11 years ago
regexp.c
Update copyright for 2015
11 years ago
regproc.c
pg_event_trigger_dropped_objects: add is_temp column
11 years ago
ri_triggers.c
Fix column-privilege leak in error-message paths
11 years ago
rowtypes.c
Some more FLEXIBLE_ARRAY_MEMBER hacking.
11 years ago
ruleutils.c
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
11 years ago
selfuncs.c
Avoid unused-variable warning in non-assert builds.
11 years ago
tid.c
Update copyright for 2015
11 years ago
timestamp.c
Define integer limits independently from the system definitions.
11 years ago
trigfuncs.c
Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
11 years ago
tsginidx.c
Update copyright for 2015
11 years ago
tsgistidx.c
Reorganize our CRC source files again.
11 years ago
tsquery.c
Reorganize our CRC source files again.
11 years ago
tsquery_cleanup.c
Update copyright for 2015
11 years ago
tsquery_gist.c
Update copyright for 2015
11 years ago
tsquery_op.c
Update copyright for 2015
11 years ago
tsquery_rewrite.c
Update copyright for 2015
11 years ago
tsquery_util.c
Update copyright for 2015
11 years ago
tsrank.c
Centralize definition of integer limits.
11 years ago
tsvector.c
Update copyright for 2015
11 years ago
tsvector_op.c
Use FLEXIBLE_ARRAY_MEMBER in a number of other places.
11 years ago
tsvector_parser.c
Update copyright for 2015
11 years ago
txid.c
Define integer limits independently from the system definitions.
11 years ago
uuid.c
Update copyright for 2015
11 years ago
varbit.c
Update copyright for 2015
11 years ago
varchar.c
Update copyright for 2015
11 years ago
varlena.c
Make trace_sort control abbreviation debug output for the text opclass.
11 years ago
version.c
Update copyright for 2015
11 years ago
windowfuncs.c
Update copyright for 2015
11 years ago
xid.c
Update copyright for 2015
11 years ago
xml.c
In array_agg(), don't create a new context for every group.
11 years ago